[Repoze-dev] [issue87] auth_tkt: Cookies will always expire when the user agent is closed

2010-02-18 Thread Luca Barbato
Luca Barbato lu_z...@gentoo.org added the comment: Looks like feature had been implemented independently -- status: unread - chatting __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue87 __

[Repoze-dev] [issue87] auth_tkt: Cookies will always expire when the user agent is closed

2010-02-18 Thread Luca Barbato
Luca Barbato lu_z...@gentoo.org added the comment: Looks like feature had been implemented independently in remember now you get max_age = identity.get('max_age', None) and _get_cookies correctly sets it __ Repoze Bugs b...@bugs.repoze.org

[Repoze-dev] [issue87] auth_tkt: Cookies will always expire when the user agent is closed

2010-02-18 Thread admin
System message: __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue87 __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] [issue87] auth_tkt: Cookies will always expire when the user agent is closed

2009-06-01 Thread Gustavo Narea
New submission from Gustavo Narea m...@gustavonarea.net: The auth_tkt is not able to set for how long cookies should last, and as a consequence, developers who want users to be remembered even after closing their agents have to subclass this plugin to implement this feature. The attached