I am developing a site using sfDoctrineGuardPlugin and I was wondering if there is a way to increase the time that someone is logged in before they are signed out?
I would like to increase the time that the session is stored when a user is logged in, but is idle, but cannot seem to find the right place in the plugin to increase this.
Thanks
The default configuration for the
sfUserclass is like this:(found in
lib/vendor/symfony/lib/config/config/factories.yml).You can override this in your own application, by adding something like this to your
apps/app/config/factories.yml:I expect the timeout to be in seconds.