Re: [symfony-users] Session won't last

2010-09-03 Thread Daniel Lohse
There's a configuration setting for this in the php.ini. :) I think it's session.gc_maxlifetime or so. Daniel Sent from my iPhone4 On Sep 3, 2010, at 3:28 PM, HAUSa wrote: > Why won't my session last longer than 30 minutes? > This is my factories.yml: > > test: > storage: >class: sfSes

[symfony-users] Session won't last

2010-09-03 Thread HAUSa
Why won't my session last longer than 30 minutes? This is my factories.yml: test: storage: class: sfSessionTestStorage param: session_path: %SF_TEST_CACHE_DIR%/sessions response: class: sfWebResponse param: send_http_headers: false mailer: param: deliv

[symfony-users] Session won't last

2010-09-03 Thread HAUSa
My session won't hold! After 30 minutes, I'm logged out again! I obvious must have gotten something wrong, but I cannot figure it out... This is my factories.yml: test: storage: class: sfSessionTestStorage param: session_path: %SF_TEST_CACHE_DIR%/sessions response: class: s