Set cookies on /, to make them work with /Site.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Jun 2009 20:25:09 +0000 (22:25 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Jun 2009 20:25:09 +0000 (22:25 +0200)
conf/exodus.py

index 3b85532174de643e051912d52152e9904fd1ecf3..60c2545558a1e2dbfe7e91012e349ab8ba0a5989 100644 (file)
@@ -41,4 +41,7 @@ class Config(FarmConfig):
     # /Site instead, since lighttpd maps /Site to the wipi as well.
     url_mappings = {'/wipi/Site' : '/Site'}
 
+    # Set cookies on /, so they work on /wipi and /Site alike.
+    cookie_path = '/'
+
 # vim: set ts=8 sts=4 sw=4 expandtab: