The sfBasicSecurityUser has a setTimeOut that make a session timeout this is configureb by the setting timeout.
Since you whant to change this timeout you could create a filter that changes this value acording the user. Not shure where this filter shuld go. Or you cold overwrite make a new user class (take a look to /lib/user/sfBasicSecurityUser.class.php the method initialize) On 7/27/07, Olivier Mansour <[EMAIL PROTECTED]> wrote: > > Hello > > I'm am looking to set the timeout when user with a certain credential > login. I need, in this case, to overide the timeout settings. > > I have also noticed that this settings should be lower than the > session.gc_maxlifetime to be taken in account. Am I right ? > > many thanks > > Olivier > > -- > Olivier MANSOUR http://www.clever-age.com > Clever Age Lyon - conseil en architecture technique > GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 > > Clever Age vous invite à ses petits déjeuners du Jeudi > http://www.clever-age.com/actualites/petits-dejeuners/ > > Clever Age recrute sur Paris, Lyon et Bordeaux > http://www.clever-age.com/societe/nous-rejoindre/ > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
