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

Gary Hockin's Blog: Zend Framework 2 and a Restful Application

David Parra: Probing PHP with Systemtap on Linux

NETTUTS.com: Getting Started With CakePHP

IBM developerWorks: Build seven good object-oriented habits in PHP

Robert Basic: Working with custom view helpers in Zend Framework 2


Community Events









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


example zendframework2 language tool unittest framework interview testing community release introduction phpunit development opinion composer object podcast database code api

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