[symfony-users] Re: set timeout to two weeks

2009-04-24 Thread ckemmler
Thanks for the reply. However it didn't solve my problem. I have just added a setInterval(...) call at the client side that partially does the trick. But if the user quits the application and then returns later, he'll still have to login again, which is a total shame for the application I'm workin

[symfony-users] Re: set timeout to two weeks

2009-04-23 Thread Christian Weyand
Hi, there's a value in your php.ini which handles clearing outdated sessions. The configs in your settings.yml can't overwrite this directives.. If i remember right, you'll need to increade the session.gc_maxlifetime.. don't have a changed config at home atm.. Greetings, Christian ckemmler s