Do you still get the cached version when you press the refresh button in the
browser?
Going back to a page will nearly always return a cached version of the page
unless it was created as result of a form post.


"Evgeny Chuykov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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?
>
> --
> 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