Browser caching session cookie #2152
Unanswered
imthaghost
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Was this sorted out? I am facing something similar |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I am having a bit of trouble understanding how to work around this issue. I followed this example for creating a session cookie. Each time after the cookie is cleared (src below) and I try to create a new session cookie, a cookie does not get created. I have also tried just wiping the session cookie from inspecting elements not using the clear session function and the same result happens. I cannot create a session cookie unless I clear my browser's cache. So I guess the question here is what are some of the common practices to mitigate the browser caching session cookies and how does that look with Echo.
CreateSessionCookie
:ClearSessionCookie
:Beta Was this translation helpful? Give feedback.
All reactions