I've never had an issue using sessions with PHP before, and code that worked on my old server no longer works on my current one. The code I'm testing right now is extremely simple, and yet it still doesn't work:
page 1:
<?php
session_start();
$_SESSION["level"] = 42;
print 'Session...
I'm moving a website to a Windows 2003 Server, onto which I have installed PHP. I can create session variables, however, they are not being saved from one page to another. Is there a setting I have to turn on to get IIS to use session variables?
I'm moving a website to a Windows 2003 Server, onto which I have installed PHP. I can create session variables, however, they are not being saved from one page to another. Is there a setting I have to turn on to get 2003 Server to use session variables?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.