• Resolved John Dao

    (@tiggerlu)


    HI guys! Thanks for writing this plugin. I have a site that has numerous location sub-pages, every time a user visits one of these pages I start a session and store an ID. When they visit non-location pages that ID follows them around, and acts like a link back to that page.

    The problem I run into is the session data seems to get cached. (production uses a proxy and does cache static files, i also tried WP Rocket).

    I don’t think session files stored on the server are cached, sessions should be unique and not cached by the client right?

    Hoping this plugin will help somewhat magically ??

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    The problem I run into is the session data seems to get cached. (production uses a proxy and does cache static files, i also tried WP Rocket).

    I don’t think session files stored on the server are cached, sessions should be unique and not cached by the client right?

    You’ll want to make sure user sessions bypass your full page cache, otherwise your visitors will experience cache pollution (where they’re seeing an unexpected cached page).

Viewing 1 replies (of 1 total)
  • The topic ‘Right plugin for my site?’ is closed to new replies.