Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Session_Validator_Interface Interface Reference
Inheritance diagram for Zend_Session_Validator_Interface:
Zend_Session_Validator_Abstract Zend_Session_Validator_HttpUserAgent

Public Member Functions

 setup ()
 
 validate ()
 

Detailed Description

Definition at line 32 of file Interface.php.

Member Function Documentation

◆ setup()

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 ( )

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.


The documentation for this interface was generated from the following file: