Zend Framework  1.12
Protected Member Functions | List of all members
Zend_Session_Validator_Abstract Class Reference

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

- Public Member Functions inherited from Zend_Session_Validator_Interface
 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.
 

Member Function Documentation

getValidData ( )
protected

GetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session.

Returns
mixed
setValidData (   $data)
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

Parameters
mixed$data
Returns
void