News Feed
Jobs Feed
Sections




News Archive
feed this:

FinalConcept.com.au:
Symfony Session Login Timeout
July 06, 2010 @ 12:11:32

On the FinalConcept.com.au blog there's a new post from Adam Pullen showing how to solve a common issue with user logins and timeouts in Symfony applications (especially those using something like sfGuard).

Symfony uses the PHP session management sub-system to store tempoary user specific data. When using the sfDoctrineGuardPlugin, or any other application guard, the timeout and lastRequest data are stored. [...] Since PHP has no clue of Symfony it will happily delete all session files that are older than the gc_maxlifetime value. This causes Symfony to logout the user. The user then has to login again. For all "day long apps" that are only used periodically (like time tracking software) this can cause some greif for the user.

His solution is to change the gc_maxlifetime setting in your php.ini file (or just the ini settings) to something higher than what Symfony will use. This can be done directly in your application too by defining the ini value on the fly in your factories.yml config file.

0 comments voice your opinion now!
symfony tutorial session login timeout gcmaxlifetime



Community Events











Don't see your event here?
Let us know!


interview code testing phpunit series functional zendframework2 example language community opinion tool conference podcast release development framework introduction unittest application

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework