Hi,
I've got an issue where logged in users are seeing browser/squid cached versions of pages they have visited before logging in.
Not sure if it is squid or browser - but clearing browser cache lets the fresh page load.
Is there a way to either:
1. Force logged in users to request the latest version of the page
2. Force logged in users to bypass Squid (which should call the fresh version of the page)
I can hack around the issue by tagging a query string to urls using javascript for logged in users which would pull through a fresh version of the page for their logged in session - but I'd rather not.
Any thoughts?
Thanks
Karl