Click to See Complete Forum and Search --> : Need help with IIS 6.0


polorboy
03-23-2007, 12:18 PM
Ok, I have not had a problem like this and I have had my website on IIS 6.0 for several months and all of a sudden stuff is happening. I have several pages with php code in them that checks for login status and stuff and what seems to be happening is that if I go to on page that has that php code in it (a bunch of them have the same code to check the login status of the user) and then try to go to another page that has the same php code in it, IIS will only show the first page i went to with the php code. I can go to other pages that are just regular html and they show up fine but when I try to go to a different php page i always get the same one. I restarted IIS on my server and it fixed it for a second, but then I logged into my php pages and it would not let me get to a page that it was trying to redirect me to, it kept saying that it didn't exist, and now I went to log out of my php pages and it keeps bringing up my logout page when i try to log in again. I know my php code is fine becuase I have been using it for 6 months without a problem and all of sudden today all this started happening, so I am thinking there is something with how IIS caches pages, but I can't find it anywhere in the web site properties. Any help would be great, it is really important that I get this fixed asap. Again, thanks.

ray326
03-23-2007, 02:21 PM
AFAIK IIS does not cache pages.

polorboy
03-23-2007, 02:26 PM
Ok................................................................................................

polorboy
03-23-2007, 02:28 PM
Anyone have anything helpful to say? Not just point out where I was wrong, how about offering a solution, that would be nice.

ray326
03-23-2007, 11:17 PM
Is PHP running in CGI or ISAPI mode? Do you have cache control headers or http-equivs disabling caching? Is there a proxy server between your browser and the web server? Is the PHP driving a CMS?