• Why are you resorting to use php standard sessions, when you actually need to track the user from the moment they have a cart in place.

    I see a few reasons why you may need this:

    • Track the user activity before they actually have something in their cart.
    • Do not rely on whatever WC decides to do with sessions so that you make sure that you got it.
    • Other? Maybe, i can’t think of anything else, but i may be missing something.

    In any case, you should just use the WC session if it’s active (do not force start it), so that it integrates better with the WC better practices when handling session data.

    We’ve reported this like a month ago to your support team, but got no response in regards of a plan to replace this.

    Are there any updates on this regard?

  • The topic ‘php sessions break caching rules (unless forced)’ is closed to new replies.