It's not possible to disable timeout in symfony 1.0. But you can provide a very high timeout to have the same effect.
In symfony 1.1 (as of http://trac.symfony-project.com/changeset/6658), you can disable the timeout by setting it to false. Fabien -- Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 Simon Roby wrote: > How does one disable the symfony-induced session timeout (ie. > "automatic user logout due to timeout")? I tried setting it to 0 (in > my app's config/settings.yml) but it didn't work (sessions just > expired immediately). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
