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
We have been using django-session-security for about 2 years in our application, but its effectiveness has been spotty.
Sometimes the culprit is a clear interference from another piece of middleware or another change in our application - but currently our experience is that it works "some times". It will work for one user one time, then fail the next.
If i remove the warn/expire settings our application consistently expires the session cookie per the session cookie timeout setting.
Are there any common interfering factors that you can recommend looking into?
The text was updated successfully, but these errors were encountered:
We have been using django-session-security for about 2 years in our application, but its effectiveness has been spotty.
Sometimes the culprit is a clear interference from another piece of middleware or another change in our application - but currently our experience is that it works "some times". It will work for one user one time, then fail the next.
If i remove the warn/expire settings our application consistently expires the session cookie per the session cookie timeout setting.
Are there any common interfering factors that you can recommend looking into?
The text was updated successfully, but these errors were encountered: