-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update login.py LoginSecure fix #344
Conversation
unique LoginSecure to each domain
Update login.py LoginSecure fix
Apologies for the two commits. I did it through the website and it's already late for me, time to sleep. Perhaps this might be useful to someone right now, hence the approach. |
@bukson will you merge the pr ? |
create_cookie fix sessionid added
self.session.cookies.set(**community_cookie) | ||
self.session.cookies.set(**store_cookie) | ||
self.session.cookies.set(**store_cookie) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 64: self.session.cookies.set(**store_cookie)
should be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or add store_cookie = create_cookie(name, store_cookie_dict.get(name, cookie), store_domain)
?
unique LoginSecure to each domain