ZF-3214: Zend_Session / Zend_Session_Namespace expire / timeout due to idling
Description
Currently, there is no feature in Zend_Session to force the session or namespaces to automatically expire due to idling (timeout?). It would be nice to have this feature at both - session and namespace levels:
Zend_Session::setTimeout( $seconds ); $namespace->setTimeout( $seconds );
Comments
Posted by Wil Sinclair (wil) on 2008-06-09T12:39:14.000+0000
Please evaluate and fix/categorize as necessary.
Posted by Ralph Schindler (ralph) on 2009-01-10T12:24:04.000+0000
please add this request to http://framework.zend.com/wiki/display/…
in all honesty, thats probably about the time we'll get to implementing new feature in Zend_Session