How to set timeout for user when login using zend_auth?
Use:
// add idle time for this login
$seesion_auth = new Zend_Session_Namespace('Zend_Auth');
$seesion_auth->setExpirationSeconds(3600);
Use:
// add idle time for this login
$seesion_auth = new Zend_Session_Namespace('Zend_Auth');
$seesion_auth->setExpirationSeconds(3600);