I did't found any information about this in the Turbogears wiki or in this mailing list.
The default is : stay logged forever I have added these line to my config/app_cfg.py file # http://what.repoze.org/docs/plugins/quickstart/Config.html base_config.sa_auth.cookie_timeout = 3600 base_config.sa_auth.cookie_reissue_time = 1800 This means a new cookies is generated every 30min and if this cookies is older than 1H then force a login. But how to put this is development.ini and prod.ini to allow a longer period in my dev environment ? Regards -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

