PHP Classes
elePHPant
Icontem

Anti-Hacking Session Manager: User session management with security features

Recommend this page to a friend!

  Author Author  
Picture of Benjamin Boigienman
Name: Benjamin Boigienman <contact>
Classes: 3 packages by
Country: France France
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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.

  Classes of Benjamin Boigienman  >  Anti-Hacking Session Manager  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  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
Version: 1.0.0
PHP version: -
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  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


  Applications that use this package  
No pages of applications that use this class were specified.

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
Accessible without login Plain text file init_session.php Example Session initialization
Accessible without login Plain text file test_session.php Example Test

Install with Composer Install with Composer - Download 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.