[Zope] announce: SQLSession, 0.2.0

Sam Gendler sgendler@teknolojix.com
Sun, 21 Nov 1999 17:51:28 -0800


Traditionally, one inserts the sessionID into the URL before path to the
object.  That way, all relative urls inherit the session id.  This would
be a problem when using the the dtml syntax that automatically generates
an image url.  However, if the session manager were extract the session
id from the url and embed it in the REQUEST structure, you could then
manually insert it in each url with a dtml-var call.

--sam

Farzad Farid wrote:
> 
>  Hi,
> 
>  This looks like the mecanism used by the PHPlib library to manage
> sessions. But the strength of phplib is that you can use either a
> cookie or a parameter on the url to transmit the session id. The
> second method is useful especially for clients refusing cookies.
>  Would it be possible to use the url method with SQLSession? And how
> can I automatically add the session id on every url called from the
> current document?
> 
>  Regards.
> 
> --
> Farzad FARID <farzy@via.ecp.fr>
> Ingénieur Informatique Libre
> Alcôve - http://www.alcove.fr/
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
>           No cross posts or HTML encoding!
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )