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
LOCKDOWN_SESSION_KEY is only relevant when using LockdownMiddleware to lock down an entire site. It ensures users encounter the form for entering the password only once and not for every page they're requesting. This works by persisting the provided password in a session variable whose name can be configured with LOCKDOWN_SESSION_KEY. There is no way right now to disable this feature, as there hasn't been a good use case for that situation so far. What's the use case you have in mind?
Hello! I'm confused how to change LOCKDOWN_SESSION_KEY, what should the value be if I don't want this to be allowed?
The text was updated successfully, but these errors were encountered: