-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The BackendSessionListener should actually be a UserSessionListener #1008
Comments
|
I'm struggling to reproduce this. I have logged in in a separate browser window and reloaded the page (which is in the cache). I have been given the fresh page instead of the one from the cache. |
|
Does not sound logical to me. It should fail. Can you debug why it does not load from the cache? It should because nobody is telling it it shouldn't 😄 |
|
Fixed in 9f10551. |
|
Thank you! |
|
Welcome you are. 😄 |
leofeyer
added a commit
that referenced
this issue
Nov 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...and also implement the logic for a FE member. Because if a page is currently already in the proxy cache, you won't get a fresh version if you log in as a front end member.
The text was updated successfully, but these errors were encountered: