Skip to content
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

Add cached mode page green list #3

Open
CaptainN opened this issue Dec 19, 2013 · 0 comments
Open

Add cached mode page green list #3

CaptainN opened this issue Dec 19, 2013 · 0 comments

Comments

@CaptainN
Copy link
Member

On cached hosts (WP Engine, WP Super Cache, etc.) the session manager must avoid sending a session cookie no cached pages, to make sure a single session cookie isn't being sent to multiple users due to the re-use of the cookie headers from the cache (the cache should strip that out - but I can't verify that they all do).

This work really belongs in the implementing application tier, but some tools could be created that could aid development. For example, an admin area to implement a list of URL patterns to either allow or disallow the session cookies from being set on specific pages (probably you'd want to specify a list of uncached pages, rather than a list of cached pages, since cached pages should be the default catch-all condition).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant