In some cases on our client (logged in as admin) sees a cached version of the anonymous user page. Only after clearing caches the page shows normally (uncached with admin toolbar)
When a user with an expired or invalid session token requests a page it gets cached in varnish (due to being an anonymous user). Then when a user with a valid session token request the page, he gets the cached page.
This is a flaw in the varnish vcl. A change in the vcl_hash is needed.
Add following line after the set req.http.X-SESS line (untested):
set req.http.X-Bin = "user:" + req.http.X-SESS;
Fix the issue or propose a better solution.
Active
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.