I've posted my problem with sessions before, but didn't get the answer I needed. So let me specify my problem:
I have a server running win2k server, IIS 5.0, and PHP 4.0.6. I also have a test PC I use which is running win98, PWS 4.0, and PHP 4.0.6.
On my test PC, I've writen some PHP scripts to check for user authentication with sessions. I works fine, no problems what so ever. However, the exact same scripts on the win2k server do not run. Now when I say they don't run on the server, what I mean is that the pages can't even be displayed. It is as if the pages with the "session_start()" commands can't be found.
My php.ini files are identical on both the server and my PC. Does anyone know if I need to give special permissions to the PHP modules on the win2k server? It seems to me as though the problem is somewhere therein. I am sure however that the problem is not with my code, based on the fact that the code runs fine on my PC.
Any help is greatly appreciated. Thanks.