Move the url_mappings configuration to FarmConfig.
[matthijs/projects/wipi.git] / conf / exodus.py
index 868e6667eff788ccd236ff0fe470ad64502319f6..aaba28a8c56694ccb00a4be507f43245a9230eeb 100644 (file)
@@ -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: