• Hello. I have a wp site that uses ajax queries to call php scripts. A login.php logout.php and signup.php. The session variables aren’t carrying over to all of the pages. How can i do this. I put

    if (!session_id()) {
    session_start();
    }
    at the beginning of functions.php. this is where my ajax querie code is.

    Please help thanks bye.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘php session variables dont stick.’ is closed to new replies.