Re: Execute php with back button
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sat, 31 Dec 2005 20:54:34 GMT
Lüpher Cypher <lupher.cypher@xxxxxxxxxxx> wrote:
>
>Simply disable caching:
>
><?php
>
>header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
>header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
I've seen a number of different suggestions on disabling caching over the
years, with variations that worked some places but not in others.
Is this now the "canonical" recommended method of disabling caching of a
web page? Does this really catch all the major browsers and proxies,
including AOL's rather aggressive "accelerator"?
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Execute php with back button
- From: zek2005
- Re: Execute php with back button
- From: Lüpher Cypher
- Execute php with back button
- Prev by Date: Re: Breaking backwards compatibility - good or bad?
- Next by Date: Mapping the Path
- Previous by thread: Re: Execute php with back button
- Next by thread: Re: Execute php with back button
- Index(es):