; php.ini ; Increase PHP memory limit memory_limit = 256M ; Session timeout: keep session data session.gc_maxlifetime = 28800 ; Lifetime of the session cookie in the browser session.cookie_lifetime = 28800 ; Increase the chance of garbage collection to make sure expired sessions are cleaned up session.gc_probability = 1 session.gc_divisor = 100