Login   Register  
PHP Classes
elePHPant
Icontem

Class: Anti-Hacking Session Manager

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Benjamin Boigienman  >  Anti-Hacking Session Manager  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Anti-Hacking Session Manager
Base name: anti_hack_session
Description: User session management with security features
Related classes: , , , , , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 8715 users
All time rank: 137
Week users: 16 users
Week rank: 161
Picture of Benjamin Boigienman
Author: Benjamin Boigienman <e-mail contact>
Packages: 3 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Age: 30
All time rank: 1559 in France France
Week rank: 149 Up8 in France France Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class can manage user access sessions providing some security features.

It verifies whethers the IP address and the browser identification (user agent) are not different from those used when the session is created. Otherwise, the session is flagged as invalid. An exception is opened for users accessing the site via AOL, due to the rotating proxy problem.

It also provides functions for setting, getting, removing and checking the existance of individual session variables.

The session variables can be referred using dots for separating the names of indexes of sessions variables stored in multi-dimensional associative arrays, like for instance, "config.ip" instead for $_SESSION["config"]["ip"].

In French:

Cette classe contrôle que l'adresse ip et le user-agent sont identiques tout au long de la session. Si ce n'est pas le cas, c'est que votre session a été "volée". Cette classe vous permet aussi de gérer les variables de session plus simplement.

 

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

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (75.0%)
Sufficient (75.0%)
-
Good (80.0%)
-
-
Not sure (53.0%)
1300
Month:
Not yet rated by the users

  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 class_session.inc.php Class Class
Plain text file init_session.php Example Session initialization
Plain text file test_session.php Example Test

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