An open API service indexing awesome lists of open source software.

https://github.com/rakit/session

PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session
https://github.com/rakit/session

Last synced: 5 months ago
JSON representation

PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session

Awesome Lists containing this project

README

          

Rakit Session
==========

PHP Session Manager

## Features

* Flash support
* PDO Session handler
* Cookie Session handler with encrypted cookie (optional)
* File Session handler (without file locking)

## Installation

Using composer

```
composer require rakit/session
```

## Examples

look at [samples folder](https://github.com/rakit/session/tree/master/samples)