[Zope] How to use cookieless sessions with using classic HTML URL links?
Dieter Maurer
dieter@handshake.de
Mon, 17 Feb 2003 19:50:15 +0100
Lubos Culen wrote at 2003-2-17 15:17 +0100:
> ....
> So the question is - is it possible to maintain sessions in non-cookie way
> (through URL parameters), while the links in sources would have classic URL
> format (<a href="file"> or <a href="/path/to/file"> etcc.) and Zope would
> encode the URLs automatically?
No, because Zope does not edit URLs unless you explicitely tell it
(through use of "TAL" or "DTML" commands).
Dieter