Skip to content
Advertisement

Tag: sessionid

Different session ID every time session_start is executed

I have the following source code session1.php session2.php when I access session1.php then access session2.php, I get a different ouput. Why is this doing it? Answer The browser is not sending the session cookie back to the server. This can have two reasons. The browser is configured not to send cookies to the server. You cannot force the browser to

Advertisement