Hi all,

I recently deployed a site using PHP 4.2.3 / MySQL 3.23 to a Windows 2000
server.  Site worked fine while we were testing but now that we've opened
the flood gates and told the world we're having an issue with old data
coming up and with session variables simply not working anymore.

- All of the pages on the site begin with this bit of code:
//prevent cache and kickstart the session
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 1 Jan 1990 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
session_start();

- We've set IIS to "Enable Content Expiration" and "Expire Immediately" but
it seems to have had no effect.

- PHP is installed as an ISAPI module.

Any tips and tricks you can suggest would come in handy as I am new to the
world of IIS!

Thank you,
Step


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

Reply via email to