> I think I need to prevent the pages from beeing cached. How this can > be
done? I'm totally inexperinced with this stuff.
Look at the examples and user notes in the header statement in the manual.
http://php.net/function.header
That should help you, they have a whole section on how to stop ca
: php-general@lists.php.net
Subject: [PHP] Re: Cache control
Talkin' to myself...
does this solve the issue?
header ("Cache-Control: no-cache");
-Will
"William Stokes" <[EMAIL PROTECTED]> kirjoitti
viestissä:[EMAIL PROTECTED]
> Hello,
> I have an web ap
Talkin' to myself...
does this solve the issue?
header ("Cache-Control: no-cache");
-Will
"William Stokes" <[EMAIL PROTECTED]> kirjoitti
viestissä:[EMAIL PROTECTED]
> Hello,
> I have an web application that checks users rights to specific parts of
> the apllication at the beginning of each
Jeff Sittler wrote:
> In ASP, I ahve used:
> <%
> Response.CacheControl = "no-cache"
> Response.AddHeader "Pragma", "no-cache"
> Response.Expires = -1
> if Session("svUsername") = "" then response.redirect
> "../login/accessDenied.asp"
> %>
If you still have that site in ASP around, look at
4 matches
Mail list logo