From: Matthijs Kooijman Date: Wed, 24 Jun 2009 20:25:09 +0000 (+0200) Subject: Set cookies on /, to make them work with /Site. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=b2c8c55614985816651ac3316a6b64fca10e608d Set cookies on /, to make them work with /Site. --- 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: