+ Reply to Thread
Results 1 to 4 of 4

Thread: How to extend admin log in time

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    How to extend admin log in time

    Is there a way to extend the time that I'm logged into the admin? For some reason, I'm being logged out after a very short time of non-use.

    Thanks
    Ron

  2. #2
    Go to includes/classes/reefless.class.php
    Find:
    Code:
    Only registered members can view the code.
    Replace with:
    Code:
    Only registered members can view the code.

  3. #3
    Also, contact with your hosting for increase parameter: session.gc_maxlifetime
    Usually, by default, it is 1440 sec = 24min.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Thank you!

+ Reply to Thread