X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fexodus.py;h=aaba28a8c56694ccb00a4be507f43245a9230eeb;hb=6f1f896f5e995915173213a64d75ec8d25bb8936;hp=868e6667eff788ccd236ff0fe470ad64502319f6;hpb=f159c73b29c5a76a7314ce34fda82d5cbb66b2ec;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/exodus.py b/conf/exodus.py index 868e666..aaba28a 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -36,5 +36,8 @@ class Config(FarmConfig): editor_default = 'text' # internal default, just for completeness theme_default = 'exodus' + + # Set cookies on /, so they work on /wipi and /Site alike. + cookie_path = '/' # vim: set ts=8 sts=4 sw=4 expandtab: