PHP Classes
elePHPant
Icontem

fingerprint

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 9       Packages icon Packages (4)   Blogs icon Blogs (1)   Packages icon Forums icon Package forums (4)  
... class can be used to prevent security attacks known as session hijacking and session fixation. When a session is initialized the class computes a fingerprint string that takes in account the browser user agent string, the user agent IP address or part of it and a secret word. If the fingerprint value ...
... class names, function names and parameter values. The debug output can be conditionally displayed depending on whether the current user access fingerprint is authorized. The fingerprint is a string computed from the user computer IP address and browser details. The debug information can be outputted ...
... to handle several operations to store and retrieve data for PHP sessions from a MySQL database using PDO extension functions. The class computes a fingerprint value from the user computer IP address and browser identification, so if this fingerprint changes for a given session the class considers the ...
... the expiry time of the session. See the class comments for full details. Main class for PHP 5 Main class for PHP 4    Checking a logged in user's fingerprint with error handling    Setting a users fingerprint on login Site Meter