[Zope3-Users] Authentication without cookies

Hermann Himmelbauer dusty at qwer.tk
Tue Apr 15 03:50:15 EDT 2008


Am Montag, 14. April 2008 20:07 schrieb Jim Fulton:
> All you need to do is to get non-cookie based sessions, and then you
> can use the existing session-authentication machinery.
>
> Look at the client id framework in zope.session,
> http://svn.zope.org/zope.session/trunk/src/zope/session/http.py?view=auto
>
> I assume you "just" need to implement a URL client id manager.  (BTW,
> I would leverage the namespace machinery, so you'd end up with URLs
> with http://foo.com/++session++42/foo/bar.)

Ah, that's a very good idea! Let's see if I can manage to implement this.

Best Regards,
Hermann

-- 
hermann at qwer.tk
GPG key ID: 299893C7 (on keyservers)
FP: 0124 2584 8809 EF2A DBF9  4902 64B4 D16B 2998 93C7


More information about the Zope3-users mailing list