Zend_Session_Validator_Interface

category Zend
package Zend_Session
subpackage Validator
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

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

setup() : void

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.

validate() : boolean

Returns

boolean