Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lablnet/php-session-handler-class

This class can store and retrieve session values.
https://github.com/lablnet/php-session-handler-class

backend free handler php session

Last synced: 16 days ago
JSON representation

This class can store and retrieve session values.

Awesome Lists containing this project

README

        

# PHP Session Handler class

## This class can store and retrieve session values.

It implements the basic functions to manipulate values stored in regular PHP sessions. Currently it can:

1. Start a session if it was not started
2. Set a session value
3. Delete or unset session values
4. Check whether a session value is set or not
5. Retrieve a session value