Login   Register  
PHP Classes

Class: Anti-Hacking Session Manager

Icontem
elePHPant

  Classes of Benjamin Boigienman  >  Anti-Hacking Session Manager  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Anti-Hacking Session Manager Support forum
Base name: anti_hack_session
Description: User session management with security features
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Benjamin Boigienman
Name: Benjamin Boigienman <e-mail contact>
Published packages: 3 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Home page: ???

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

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.

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

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.