Zend Framework
1.12
|
Public Member Functions | |
setup () | |
Setup() - this method will get the current user agent and store it in the session as 'valid data'. | |
validate () | |
Validate() - this method will determine if the current user agent matches the user agent we stored when we initialized this variable. | |
Additional Inherited Members | |
![]() | |
setValidData ($data) | |
SetValidData() - This method should be used to store the environment variables that will be needed in order to validate the session later in the validate() method. | |
getValidData () | |
GetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session. | |
setup | ( | ) |
Setup() - this method will get the current user agent and store it in the session as 'valid data'.
Implements Zend_Session_Validator_Interface.
validate | ( | ) |
Validate() - this method will determine if the current user agent matches the user agent we stored when we initialized this variable.
Implements Zend_Session_Validator_Interface.