Session Time Out ....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sagarpparakh
Forum Newbie
Posts: 4
Joined: Fri Jan 01, 2010 11:00 pm

Session Time Out ....

Post by sagarpparakh »

Hello,
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);
. 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.
Post Reply