8 Aug
2002
8 Aug
'02
5:37 p.m.
Anyway, if someone does not use cookie, or opts not to allow a cookie, I lose this session information once I get into the wiki. To fix this, I need to be able to append the _ZopeId to each link INSIDE the wiki. Since the links DTML is generated inside python scripts, I figured I would need to hack the python scripts to make this fix.
See Kapil's URLSessionAdapter for a for this sort of functionalilty... http://www.zope.org/Members/k_vertigo/Products/URLSessionAdapter I hope to be able to find the time to roll this functionality into the sessioning product itself at some point. - C