This class can be used to manage sessions stored in a MySQL database.
It can store the identifier of a given authenticated user and a session data string in a MySQL database table.
The class can also retrieve the user identifier and the session data string into session variables.
It can also delete specific user sessions from the MySQL database table or just the sessions that have expired.
A separate table keeps track of the time when it is necessary to do session maintenance that is handled by a configurable PHP script.
|
|
| Name: |
Session Handler Class |
| Base name: |
session_handler |
| Description: |
Manage sessions stored in a MySQL database |
| Version: |
1.0 |
| PHP version: |
3.0 |
| License: |
BSD License |
| All time users: |
1332 users |
| All time rank: |
2559 |
| Week users: |
2 users |
| Week rank: |
1363  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|