PHPackages                             kattsoftware/firesessions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kattsoftware/firesessions

ActiveLibrary

kattsoftware/firesessions
=========================

PHP Sessions management library

v1.1.1-stable(8y ago)13851[1 issues](https://github.com/kattsoftware/FireSessions/issues)[1 PRs](https://github.com/kattsoftware/FireSessions/pulls)MITPHPPHP &gt;=5.4.8CI failing

Since Aug 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kattsoftware/FireSessions)[ Packagist](https://packagist.org/packages/kattsoftware/firesessions)[ RSS](/packages/kattsoftware-firesessions/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/310974c7b905d71f62d0520a08c7d3ab56640da663fe20c539ce969f9a681ee6/68747470733a2f2f7472617669732d63692e6f72672f6b617474736f6674776172652f4669726553657373696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kattsoftware/FireSessions)[![codecov](https://camo.githubusercontent.com/78f2bca45d1bade6f9276751b0afee9b3dfe09441a729531364761c321174a3b/68747470733a2f2f636f6465636f762e696f2f67682f6b617474736f6674776172652f4669726553657373696f6e732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/kattsoftware/FireSessions)

Introduction
------------

[](#introduction)

**FireSessions** is a PHP library for managing your project sessions. It lets you store the session data on your local disk, on a Memcached server, or a Redis one; the library can manage 3 types of session variables: user data, flash data and temp data. This library, through all its drivers, supports locking for opened sessions.

Installation
------------

[](#installation)

You can install FireSessions by using [composer](https://getcomposer.org/):

```
composer require kattsoftware/firesessions:^1.1

```

Configuration
-------------

[](#configuration)

To start using this library, you must set it up, e.g.:

```
