This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
admin login timeout
Started 17 years ago by mandarin | 2 posts |
-
Hi
Is it possible to extend admin log in time between time outs please?
Or even disable it completely?
Mike
Posted 17 years ago # -
Try to put this code in "config.php" file around line 6 :
ini_set(’session.gc_maxlifetime’, 14400);that code will extend your session expire time for 4 hours, increase the value to get more session life time.
If it doesn't works you should edit "php.ini" file, try to search this code in there :session.gc_maxlifetime = 1440increase the value to add your session life time
MachForm Support
Posted 17 years ago #
Reply
You must log in to post.
