BL> On Fri, 26 Jul 2002 09:48:18 +0900, Evgeny Chuykov wrote:

>>Hi.
>>
>>I've tried this:
>>
>>header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
>>header("Cache-control: private");
>>header("Cache-control: no-cache");
>>header("Cache-control: no-store");
>>header("Cache-control: must-revalidate");
>>header("Cache-control: proxy-revalidate");
>>header("Cache-control: max-age=0");
>>header("Pragma: no-cache");
>>
>>session_cache_limiter('private, must-revalidate');
>>( and session_cache_limiter('nocache') )
>>
>>But it doesn't work - winroute cache everything. Does anyone know any
>>solution?

BL> Are you sure WinRoute can be set not to cache everything?
BL> I know the old Netscape (the new ones?) didn't have a lot of control over caching.

The problem is that this winroute is not mine. It is used by third
party people and they won't change winroute prefs.

-- 
Best regards,
 Evgeny                          mailto:[EMAIL PROTECTED]


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

Reply via email to