Skip to content

Add cached mode page green list #3

@CaptainN

Description

@CaptainN

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions