You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cookie parser only handles old-style cookies that are not wrapped in double quotes. To avoid adding extra complexity, Python's SimpleCookie parser could be used if available.