Session Time Out ....
Posted: Sun Jan 24, 2010 10:47 pm
Hello,
I had default session time in php.ini is 1440 sec. But in my code i had used. Now as It should expire in 3 hrs but it get expire in less than 30 min. Please can any one help me in this issue.
I had default session time in php.ini is 1440 sec. But in my code i had used
Code: Select all
ini_set('session.gc_maxlifetime',10800);