GetSimple Support Forum

Full Version: How to extend admin user's logged in session?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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...)