Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lablnet/php-session-handler-class
- Owner: lablnet
- Created: 2018-01-24T13:19:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T06:36:55.000Z (over 6 years ago)
- Last Synced: 2024-11-20T21:58:35.375Z (3 months ago)
- Topics: backend, free, handler, php, session
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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