PROTECTED]
- Original Message -
From: "Alexander Blüm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 06, 2003 3:11 PM
Subject: Re: Re: disabling the use of browser history
Octavian Rasnita wrote:
> This doesn't work right every time.
> A better
Octavian Rasnita wrote:
This doesn't work right every time.
A better idea is to put the HTTP headers in the real HTTP header like:
print <<"EOF";
Content-type: text/html
Pragma: no-cache
Cache-control: no-cache
Expires: Thu, 01 Jan, 3200 10:10:10 GMT
EOF
true, now I used
$r->no_cache(1);
$r->sen