XOOPS  2.6.0
Xoops\Core\Session\FingerprintInterface Interface Reference
Inheritance diagram for Xoops\Core\Session\FingerprintInterface:
Inheritance graph

Public Member Functions

 checkSessionPrint (AttributeInterface $session)
 

Detailed Description

Definition at line 26 of file FingerprintInterface.php.

Member Function Documentation

Xoops\Core\Session\FingerprintInterface::checkSessionPrint ( AttributeInterface  $session)

This method manages a fingerprint

Check current client Fingerprint against the values saved in the AttributeInterface object. Save the current Fingerprint to the AttributeInterface object Rate the fingerprint match pass/fail based on any changes On fail, clear the AttributeInterface object, leaving only the new client fingerprint

Parameters
AttributeInterface$sessionsession manager object or another AttributeInterface implementing object
Returns
bool true if matched, false if not

Implemented in Xoops\Core\Session\Fingerprint.


The documentation for this interface was generated from the following file: