Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
setup () | |
validate () | |
Definition at line 32 of file Interface.php.
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.