 |
|
Innovation award
 Nominee: 2x |
This class is meant to manage sessions storing the information about their state in a MySQL database table.
It generates an hash with 64 characters that is used to identify each session and may be passed between pages using cookies or request variables.
This class has security in mind, providing means to prevents session hijack by using 2 hashes (double crypted) in only one "session".
You can store more than 5kbytes of data in each session.
The class provides other features, like:
- Explicitly creating and destroing session
- Register and deleting a session value
- Check if a session key value is assigned
|
|
| Name: |
DcSessionManager |
| Base name: |
dcsessionmanager |
| Description: |
Manage sessions using a MySQL table to store data |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1111 users |
| All time rank: |
2936 |
| Week users: |
0 users |
| Week rank: |
2189  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|