From 5f71497d48b0ae3a287e86b0b164f3feb4cc95eb Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 1 Apr 2013 16:07:31 +0530 Subject: [PATCH] [framework/cookies] [update] we don't need root path cookies anymore --- webnotes/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webnotes/auth.py b/webnotes/auth.py index e5d9df3c81..46a8d13fce 100644 --- a/webnotes/auth.py +++ b/webnotes/auth.py @@ -258,7 +258,6 @@ class CookieManager: webnotes.cookies[b'sid'] = webnotes.session['sid'].encode('utf-8') webnotes.cookies[b'sid'][b'expires'] = expires.encode('utf-8') - webnotes.cookies[b'sid'][b'path'] = b'/' def set_remember_me(self): from webnotes.utils import cint