• Hi,

    I am having a problem with my website. I use a plugin to call external PHP code into my website. On one of these pages I use $_SESSION to remember data. I have added this code to my wp-config.php file:

    if (!session_id())
        session_start();

    This has been working perfectly up till the update to WP 3.6!

    For some reason the session breaks or does not even start.

    Does anyone have an idea how to fix this?

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘$_SESSION does not work in WP 3.6’ is closed to new replies.