17 Feb
2003
17 Feb
'03
6:50 p.m.
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