Skip to content

Add ajax and image based ping locations for cached hosts. #2

Description

@CaptainN

If you are hosting on WP Engine or using WP Super Cache, the session cookie will not work from all pages, if the user is not logged in, since the cache would serve a static version of the page and never activate the session handler.

This creates a problem where the cookie can expire, and/or never be set. One way around this problem is to use an ajax handler (which requires JavaScirpt) or a linked image (need to verify that will work - this does not require JavaScript), which avoids the cache, and can set and refresh the session cookie.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions