News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

TechTatva.com: [How To] Setup Cherokee with PHP5 FPM

Web Development Blog: Tutorial: FTP Upload via cURL

Noupe.com: 20 Useful PHP Components & Tutorials for Everyday Project

Phil Sturgeon's Blog: Video: Set up a REST API with CodeIgniter

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 12)


Community Events











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


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

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