[Zope] Session data in URL *or* in cookie
Dieter Maurer
dieter@handshake.de
Tue, 25 Feb 2003 23:40:00 +0100
Lubos Culen wrote at 2003-2-25 15:10 +0100:
> ...
> So the question is - is there a way how system could detect if user has or
> hasn't cookies and would encode Zope-Generated URLs *only* if user has
> cookies disabled? Or does some session tracking product for Zope exist
> which does it handle this way?
When you see cookies, they are enabled.
I think, you can check in JavaScript whether cookies are enabled.
You can set a cookie and see whether it comes back.
I fear that's all what is there.
Dieter