Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to extend admin user's logged in session?
#1
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.
Reply
#2
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...)
Reply




Users browsing this thread: 1 Guest(s)