I haven't really looked at this properly, but it sounds like the timeout is still set to 30 minutes in your php.ini
AFAIK, Symfony can't override this setting - but if the Symfony setting is LOWER than that specified in php.ini, then it will expire the session according to the Symfony setting. If the Symfony setting is HIGHER than that specified in php.ini, then php.ini wins. ----- Original Message ----- From: "DeepakBhatia" <[email protected]> To: "symfony users" <[email protected]> Sent: Monday, February 23, 2009 9:21:19 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: [symfony-users] Re: Session Timeout Hi James, I checked the file "tool/prod/config/config_factories.yml.php". The value is set to 1800 in this file. Please let me know if I am wrong somewhere. Regards Deepak Bhatia On Feb 23, 12:41 pm, James <[email protected]> wrote: > did you clear the cache? > > James > > On Feb 23, 2009, at 2:34 AM, DeepakBhatia wrote: > > > > > > > Hi, > > > I have changed the session time out to 32400 in the factories.yml file > > in > > > apps/front/config/factories.yml > > > But still session timeout is happening after the default 30 Minutes > > (1800 Sec). > > > ================== > > user: > > class: myUser > > param: > > timeout: 32400 > > ================== > > > Kindly help me in resolving this. > > > Thanks > > > Deepak Bhatia- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
