Login Expired While on Client Products

shanehicks

Member
If a login session expires while the user is logged in (e.g. the user walks away from the workstation for 30+ minutes and the session expires), I encounter this:
Error thrown with message "Call to a member function getId() on null".
URL: admin/index.php?fuse=clients&controller=userprofile&view=profileproducts

Stacktrace:
#7 Error in /library/CE/Controller/Action.php:320 #6 CE_Controller_Action:_setUserLastView in /library/CE/Controller/Action.php:171 #5 CE_Controller_Action:init in /library/Zend/Controller/Action.php:133 #4 Zend_Controller_Action:__construct in /library/Zend/Controller/Dispatcher/Standard.php:268 #3 Zend_Controller_Dispatcher_Standard:dispatch in /library/Zend/Controller/Front.php:954 #2 Zend_Controller_Front:dispatch in /library/CE/Lib.php:285 #1 CE_Lib:route in /library/front.php:9 #0 unknown in /admin/index.php:7

I'm surprised this doesn't just automatically logout after so many seconds and redirect to the login with a URL return parameter?
 
Back
Top