SOLUTION 1 As you probably already know, session_start is an in-built PHP function that will start a new session. The problem is: If you call it more than once, your…
Why does this PHP script (called by AJAX) randomly not load SESSION correctly?
1 Article
1