12 Jun
2002
12 Jun
'02
6:24 p.m.
Heimo Laukkanen writes:
what is in the future of using Sessions with Zope? I am mostly talking about the events of using session without cookies - and how do we pass the session id around? I would use an object similar to the VHM (virtual host monster) that checks for "SessionId/id" in the URL and ensures that "id" is used as session id.
Then, you need only a single redirect when the session is opened. After that, the session id is part of the URLs without further manual url rewriting. Dieter