PDA

View Full Version : where are the sessions being deleted?


mainframe
08-11-2011, 09:07 PM
Hi Guys,

Anyone know where the inactive session are removed from the session table?
I'd like to change the code so it doesn't remove my session and make it look like I'm always online.

Best Regards,

Zachery
08-11-2011, 09:09 PM
Its one of the cleanup cron. You shouldn't cheat the system though, it'll do weird thing with cookies/etc.

mainframe
08-12-2011, 02:05 AM
Thanks, found it on both the cleanup crons.. I'll see and test what happens..