Totally Zenned
- Join Date:
- Feb 2007
- Posts:
- 518
- Plugin Contributions:
- 0
Increase 'Admin Session Time Out' ?
http://www.zen-cart.com/wiki/index.php/Admin_-_Configuration_-_My_Store_-_Session_Timeout_Admin_-_Catalog
and /includes/functions/sessions.php
I am not sure if I change one of the variable 900 to 4000 its going to work. its not of crucial importance.
Line #16 : if (!$SESS_LIFE = (SESSION_TIMEOUT_ADMIN + 900)) {
Line #17 : $SESS_LIFE = (SESSION_TIMEOUT_ADMIN + 900);
Line #97 : @ini_set('session.gc_maxlifetime', (SESSION_TIMEOUT_ADMIN < 900 ? (SESSION_TIMEOUT_ADMIN + 900) : SESSION_TIMEOUT_ADMIN));