[framework/cookies] [update] we don't need root path cookies anymore

This commit is contained in:
Rushabh Mehta 2013-04-01 16:07:31 +05:30
parent 821b6f415a
commit 5f71497d48

View file

@ -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