Login   Register  
PHP Classes
elePHPant
Icontem

Class: DcSessionManager

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Guilherme Blanco  >  DcSessionManager  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DcSessionManager
Base name: dcsessionmanager
Description: Manage sessions using a MySQL table to store data
Related classes:
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 1096 users
All time rank: 2781
Week users: 1 user
Week rank: 2467
Picture of Guilherme Blanco
Author: Guilherme Blanco is available for providing paid consulting. Contact Guilherme Blanco .
Packages: 5 Browse this author's classes Browse this author's classes
Country: Brazil Brazil - PHP jobs in Brazil
Age: 28
All time rank: 18212 in Brazil Brazil
Week rank: 519 Down43 in Brazil Brazil Down
Innovation award
Innovation award
Nominee: 2x


  Detailed description  
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

 

  Groups  
Group folder image User Management User records, authentication and session handling View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file dcSessionManager.inc.php Class Class of the environment
Plain text file README.txt Doc. Class documentation
Plain text file setup.sql Data MySQL Table
Plain text file test_case1.php Example First example of usage

Download all files: dcsessionmanager.tar.gz dcsessionmanager.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.