This class can be used to manage user access session information storing and retrieving in from a SQL database.
It can start a new sessions creating the respective database records, if the session identified cookie does not exist or the session is expired.
The class can also terminate a session deleting its database records, set the session expiry time, verify set, get and delete session values, update changed sessions.
The class uses a separate database access class to remain database independent.
| Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| Jack's MySQL class |
Required |
database handler for the session class |
| Link |
Description |
| PHP Unit testing 2 |
I have written before about testing in PHP - PHP Unit testing... |
| |
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 |
|
|