[Zope] Sessions
Kevin Carlson
khcarlso@bellsouth.net
Wed, 16 Jul 2003 11:07:00 -0400
Check the browser_id_manager object in the Zope root and make sure the
cookie domain is set properly. If it is not set properly SESSIONs may
behave like this.
Kevin
drew nichols wrote:
> session = context.REQUEST.SESSION
> print session
> session.set ('hello', 'world')
> print session
> return printed
>
> What am i doing wrong with SESSIONs.
>
> When i reload this page the SESSION is empty.
> Shouldn't the key 'hello' be persistant in the SESSION (for the
> timeout time anyway)??
>
>
> Drew
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>