Ben Sizer schrieb:
> And I have no idea what kind of cookie is involved, but the browser
> stayed open during this process. I'm using default settings on a TG2
> quickstarted project with auth/ident enabled.

If it's only a session cookie then it's not so serious a problem.

It may still be better to have the not_anonymous predicate do

   if not credentials or credentials.get('repoze.what.userid') is None

instead of only

   if not credentials

(Gustavo?)

-- Christoph

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