• Resolved varindien

    (@varindien)


    Hello,
    $_SESSION seems to not work properly ? if we edit $_SESSION content, we just loose content once we left the page.

    Did i miss something? or plugin just dont work anymore?

    PHP 7.2.X
    WP 5.7

    thanks

Viewing 1 replies (of 1 total)
  • Thread Starter varindien

    (@varindien)

    i answer myself : if it is an ajax call you need to add to the file :
    if( !session_id() ){session_start();}

Viewing 1 replies (of 1 total)
  • The topic ‘Session not working’ is closed to new replies.