[google-app-engine-oil] r240 committed - Fix Issue #49

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 2, 2009, 10:33:29 PM12/2/09
to google-app...@googlegroups.com
Revision: 240
Author: ericsk
Date: Wed Dec 2 19:25:55 2009
Log: Fix Issue #49
http://code.google.com/p/google-app-engine-oil/source/detail?r=240

Modified:
/trunk/oildrum/gaeo/session/memcache.py

=======================================
--- /trunk/oildrum/gaeo/session/memcache.py Sun Aug 30 22:51:04 2009
+++ /trunk/oildrum/gaeo/session/memcache.py Wed Dec 2 19:25:55 2009
@@ -51,7 +51,7 @@

# not in the cookie, set it

- cookie = '%s=%s' % (name, self._id)
+ cookie = '%s=%s; path=/' % (name, self._id)
hnd.response.headers.add_header('Set-Cookie', cookie)

def put(self):
Reply all
Reply to author
Forward
0 new messages