[Zope] Re: Zope in intranet - the cool apps?
Chris McDonough
chrism@zope.com
Thu, 8 Aug 2002 13:37:42 -0400
> 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