projects
/
matthijs
/
projects
/
wipi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8308210
)
Set cookies on /, to make them work with /Site.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Jun 2009 20:25:09 +0000
(22:25 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Jun 2009 20:25:09 +0000
(22:25 +0200)
conf/exodus.py
patch
|
blob
|
history
diff --git
a/conf/exodus.py
b/conf/exodus.py
index 3b85532174de643e051912d52152e9904fd1ecf3..60c2545558a1e2dbfe7e91012e349ab8ba0a5989 100644
(file)
--- 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: