New "Unauthorized" error since moving to 2.7.4, related to Session management
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
Please provide the traceback and file a collector issue. -aj --On Freitag, 3. Dezember 2004 11:38 Uhr -0400 Alec Munro <alecmunro@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@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 )
participants (2)
-
Alec Munro -
Andreas Jung