Zend Framework  1.12
Public Member Functions | List of all members
Zend_Session_Validator_Interface Interface Reference

Public Member Functions

 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

setup ( )

Setup() - this method will store the environment variables necessary to be able to validate against in future requests.

Returns
void

Implemented in Zend_Session_Validator_HttpUserAgent.

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.

Returns
boolean

Implemented in Zend_Session_Validator_HttpUserAgent.