FWIW, Shane mentioned that sessions use cookies, but on the 2.6 branch (the trunk) it's possible to do "cookieless" sessioning via the automatic embedding of browser ids in the URL. It makes for very ugly URLs, though, and you still need to either post to forms with Zope-generated URLs or embed the browser id in a hidden form element. On Mon, 2002-08-26 at 14:15, Kyler Laird wrote:
I know it seems like I'm the only one in the world who doesn't accept cookies, but recently my boss was having problems cutting and pasting in Zope. He'd done it before, but it had stopped working.
It turned out that cookies had been disabled on both of his browsers (not sure how). I tried to explain that Zope used cookies instead of saving selections on the server. It was embarrassing.
Anyway...I'm willing to pay a small bounty for someone to get rid of cookie dependency in the management interface.
--kyler
_______________________________________________ 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 )