Zend Framework
1.12
|
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. | |
setup | ( | ) |
Setup() - this method will store the environment variables necessary to be able to validate against in future requests.
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.
Implemented in Zend_Session_Validator_HttpUserAgent.