[Zope] New "Unauthorized" error since moving to 2.7.4, related to Session management

Andreas Jung lists at andreas-jung.com
Fri Dec 3 10:42:49 EST 2004


Please provide the traceback and file a collector issue.

-aj

--On Freitag, 3. Dezember 2004 11:38 Uhr -0400 Alec Munro 
<alecmunro at gmail.com> wrote:

> Hi List,
>
> To maintain Sessions between a secure and insecure environment, I have
> been using the following bit of code with urls containing the contents
> of "SESSION.token":
>
> if request.form.has_key("_ZopeId"):
>     browser_man = session.getBrowserIdManager()
>     browser_man.setBrowserIdCookieByForce(request.form['_ZopeId'])
>
> This worked in 2.7.3, but I just installed 2.7.4b1 (with Python2.4).
> Now I'm getting this error. Everything was exported from 2.7.3, then
> imported to 2.7.4b1.
>
> Any suggestions?
>
> Alec
> _______________________________________________
> Zope maillist  -  Zope at 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 )






More information about the Zope mailing list