|
Posted by petersprc on 10/29/07 17:58
Try using 'nocache' instead of 'none'. This will set the Cache-
Control, Expires, and Pragma headers as below. The 'none' value won't
define any additional cache headers.
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma: no-cache
On Oct 29, 5:29 am, "sw@bglore" <pranav.k...@gmail.com> wrote:
> Thanks 4 d help..but tat dint help.
> I found tis particulr code in the application wher d sessions wher
> restartd.
>
> session_cache_limiter('none');
> session_start();
>
> // Send modified header for IE 6.0 Security Policy
> header('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
>
> I tried commentin out d header..but dint help.I wud like to know
> whethr the abov header s correct.
[Back to original message]
|