phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] apache2 browser caching


From: sigurdne
Subject: [Phpgroupware-developers] apache2 browser caching
Date: Tue, 16 Mar 2004 09:20:31 +0100

I have a problem with apache2 (only) - the scripts (HEAD) are cached in the 
browser - and in some cases the user is asked to download the script.
How about (optional) exclude caching of scripts (in API)?

    if (!headers_sent()) {
        header("Cache-Control: private");
        header("Cache-Control: no-cache");
        header("Pragma: no-cache");
    }

Sigurd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]