This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix to auth no root in cookie
version-14
Rushabh Mehta
13 years ago
parent
b2e53eb793
commit
f09fcd7a4a
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+0
-1
py/webnotes/auth.py
+ 1
- 0
.gitignore
View File
@@ -2,4 +2,5 @@
*.comp.js
*.DS_Store
user_files
logs
defs.py
+ 0
- 1
py/webnotes/auth.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
# ---------------
Write
Preview
Loading…
Cancel
Save