If you are pointing your browser to
http://localhost/phpinfo.php you are probably looking
at IIS since you said a few line up that you changed
the Apache port ot 8080.
Maybe you should try
http://localhost:8080/phpinfo.php, if, indeed, you
have a file called phpinfo.php in your web server
root.
Ch
Hi,
Seems to work OK. I consistently got the same session ID
I am in a similar situation, moving all my ASP apps to PHP. I run Apache 2.0 on Win
2000 servers. I have actually traced the sessions in the PHP session data directory
and found things to be working consistently and well.
Are you using
Hi,
This may help, depending on your preferences. Anyway, it's what I have used for some
years now both on ASP and PHP development.
On the server-side use a dedicated variable (eg. $dbg) to dump any value/variable you
want to check/trace.
On the client-side create a hidden field with the value s