Session Timeout

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
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Session Timeout

Post by The_Anomaly »

I'm having the most ridiculous problem. I have a cookie-based authentication system with Symfony 1.2. However, my clients are using their website, and they have to relogin after a ridiculously short amount of time. I'd like to increase this amount of time.

I've tried changing the session.gc_maxlifetime value in the php.ini, but to no effect. In the factories.yml, I've changed the timeout value for user to a greater value, and no effect.

Is there something else I should try?

Thank you.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Session Timeout

Post by Benjamin »

Have you read the last thread on this post?

http://forum.symfony-project.org/index. ... 424/72926/
Post Reply