Hi, I have created a CMS and use Zend_Auth for authentication. But when I am in an edit form and leave it for 20 minutes and then try to save the form, I get the following error message:
Fatal error: Call to a member function isValid() on a non-object in /home/bespeak.nl/library/Zend/Auth.php on line 127 Now my question is, how can I handle this error? Or how can I set the setExpirationSeconds to infinite? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Auth-session-expired-fatal-error-tp2225703p2225703.html Sent from the Zend Framework mailing list archive at Nabble.com.
