# HG changeset patch # User paulb # Date 1181690772 0 # Node ID 360134c6a0b56ee8636643b6d5ca90e9aae5578f # Parent e71fae13f31a74ac5834113b5e45251c2658fb42 [project @ 2007-06-12 23:26:12 by paulb] Added mod_python cookies plus redirects note. diff -r e71fae13f31a -r 360134c6a0b5 docs/ModPython/NOTES.txt --- a/docs/ModPython/NOTES.txt Fri Jun 20 22:38:21 2008 +0200 +++ b/docs/ModPython/NOTES.txt Tue Jun 12 23:26:12 2007 +0000 @@ -90,3 +90,10 @@ The given "username" and "groupname" correspond to the user and group the Apache server assumes when running. + +Cookies and Redirects +===================== + +It appears that mod_python does not permit the setting of cookies whilst +redirecting, at least with tested versions of mod_python. When initialising the +LoginResource, specify use_redirect=0 in the initialisation arguments.