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 SessionIdentityPolicys remember method calls aiohttp_sessions get_session but the aiohttp_session docs state to always use new_session for logins - is that not what remember is mostly be used in, login views?
The text was updated successfully, but these errors were encountered:
nebularazer
changed the title
Should SessionIdentityPolicy.remember call new_session instead of get_session
Should SessionIdentityPolicy.remember call new_session instead of get_session?
Mar 31, 2022
Hi,
The SessionIdentityPolicys
remember
method calls aiohttp_sessions get_session but the aiohttp_session docs state to always use new_session for logins - is that not whatremember
is mostly be used in, login views?The text was updated successfully, but these errors were encountered: