I have my app set, in app/config/config.yml, to have a session lifetime of one year:
framework: session: default_locale: %locale% lifetime: 31536000 auto_start: true However, my users are getting booted after about an hour of inactivity, which is of course less than a year. Any ideas on what the problem could be?
cookie_lifetimeinstead oflifetime. In case you stumbled across this question if you were wondering: How do I set the session lifetime in symfony2. Like me.