Post
by Qphoria » Sat Dec 20, 2008 7:40 am
The best way would be to extend session times as they are usually cleaned up once the session has passed. Currently the session is set to 3600 seconds (1 hour)
You can change it here:
/library/session/session.php
var $expire = 3600;
set it to something like 86400 to see a full day
