From b2c8c55614985816651ac3316a6b64fca10e608d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 24 Jun 2009 22:25:09 +0200 Subject: [PATCH] Set cookies on /, to make them work with /Site. --- conf/exodus.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/exodus.py b/conf/exodus.py index 3b85532..60c2545 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -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: -- 2.30.2