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
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Don't work with RedirectResponse, HtmlResponse, because you can't add cookie to response (example: response.set_cookie(key="fakesession", value="fake-cookie-session-value")). Solution: set cookie.attach_to_response(response, session) after response.
Example:
Don't work with RedirectResponse, HtmlResponse, because you can't add cookie to response (example:
response.set_cookie(key="fakesession", value="fake-cookie-session-value")
). Solution: setcookie.attach_to_response(response, session)
after response.Example:
Please add this info to instuction, i spent a few hours to figure it out.
The text was updated successfully, but these errors were encountered: