Hello,

On Aug 10, 3:11 pm, aspineux <[email protected]> wrote:
> 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.

That's right.

> But how to put this is development.ini and prod.ini  to allow a longer
> period in my dev environment ?

Not entirely sure, but I think it's not possible using app_config.py.

If you want to do that, I think you'll have to disable the TG2-
repoze.who/what integration and configure it yourself (e.g., with the
quickstart plugin: http://what.repoze.org/docs/plugins/quickstart/ )

HTH.

-- 
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.

Reply via email to