fix to auth no root in cookie

This commit is contained in:
Rushabh Mehta 2012-01-20 09:20:56 +01:00
parent b2e53eb793
commit f09fcd7a4a
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,4 +2,5 @@
*.comp.js
*.DS_Store
user_files
logs
defs.py

View file

@ -277,7 +277,6 @@ class CookieManager:
expires = datetime.datetime.now() + datetime.timedelta(days=3)
webnotes.cookies['sid']['expires'] = expires.strftime('%a, %d %b %Y %H:%M:%S')
webnotes.cookies['path'] = '/'
# Set Remember Me
# ---------------