Answer the question
In order to leave comments, you need to log in
session.save_path. Is the garbage collector running?
Overridden the sessions storage folder with the following code:
ini_set('session.gc_maxlifetime', 65535);
ini_set('session.cookie_lifetime', 65535);
ini_set('session.save_path', realpath('').'/sessions');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question