This class can manage user sessions stored in a MySQL table.
It can create a table in a MySQL database to store session data.
The class can store and retrieve records of the sessions of each user. It uses cookies to keep track of users instead of PHP sessions.
It can set, get and remove key values of variables to be associated with the session of the current user.
In Portuguese:
Sistema de sessão parecido com $_SESSION, mas não usa session. Foi projetado para maior capacidade em guardar dados e não perde-los por qualquer coisa.
Sessão identificada por um cookie, onde os dados setado pelo usuário é guardado em uma tabela no mysql.
|
|
| Name: |
DB Session Advanced Class |
| Base name: |
db-session |
| Description: |
Manage user sessions stored in a MySQL table |
| Version: |
3.2.1 |
| PHP version: |
5.0 |
| License: |
Freeware |
| All time users: |
584 users |
| All time rank: |
4501 |
| Week users: |
2 users |
| Week rank: |
1329  |
| |
|
| 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 |
|
|