Session expiry

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
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Session expiry

Post by vivekjain »

Hi,
I am developing an application using PHP. I need to set my session to expire after 50 mins, and am using session.gc_maxlifetime to be 3000. But yet the session expires in 15 mins. Can you please suggest me a solution for this?

Thanks
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Did you restart Apache or whatever you use?
Post Reply