GetSimple Support Forum
How to extend admin user's logged in session? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How to extend admin user's logged in session? (/showthread.php?tid=2023)



How to extend admin user's logged in session? - phpsns - 2011-07-29

How can I easily extend the login session in Admin Panel, so the script will not log me out accidentally to lose the data after long period of extensive data input in a new page when I click the Post button?


Thank you in advance.


How to extend admin user's logged in session? - Carlos - 2011-07-29

Edit admin/inc/configuration.php and change this (line 21 in GS 3.0):
Code:
$cookie_time = '7200';  // 2 hours
Change 7200 to the number of seconds you want (or set it to something high like 999999...)