session expire time
Posted: Thu Jun 30, 2005 7:30 am
i need to set the sessions expire time to 2 hours. well i looked into it and it seamed a simple ini_set would do the trick, well i decided instead of waiting 2 hours to see if it worked i would just set it to 10 seconds and see if it worked by doing
well that did not work. any sugestions how to keep my session alive for 2 hours?
Code: Select all
ini_set ("session.gc_maxlifetime","10");