Zend_Session_Validator_Abstract

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

GetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session.

getValidData() : mixed

Returns

mixed

SetValidData() - This method should be used to store the environment variables that will be needed in order to validate the session later in the validate() method.

setValidData(mixed $data) : void

These values are stored in the session in the __ZF namespace, in an array named VALID

Parameters

$data

mixed