Are there any big differences in session handling between 4.1.1 and 4.3.1 of PHP. Almost nothing works like it should since I have moved my site from my local server (4.3.1 on Win2000) to my ISP (4.1.1 on SunOS 5.7).

I just started to dump my four $_SESSION-variables on top of every page, and to my big suprise they changes all the time.

At login is store the users userid in $_SESSION['u_id']. At later times, I'm working with $_POST['u_id'] when for example changing administrators for different parts of the site. When I'm doing this, also $_SESSION['u_id'] changes.

And at my localhost, $_SESSION's stays put.

I'm going crazy here.

--
anders thoresson

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to