Zend Framework
1.12
|
Protected Member Functions | |
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. | |
Additional Inherited Members | |
![]() | |
setup () | |
Setup() - this method will store the environment variables necessary to be able to validate against in future requests. | |
validate () | |
Validate() - this method will be called at the beginning of every session to determine if the current environment matches that which was store in the setup() procedure. | |
|
protected |
GetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session.
|
protected |
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.
These values are stored in the session in the __ZF namespace, in an array named VALID
mixed | $data |