Try passing
    Header("Cache-Control: no-cache, must-revalidate");
    Header("Pragma: no-cache");

in the beginning of the page, that way all contents MUST be re-valided, thus
disabling cache.


--
Richard,
  oblivion creations
  http://oblivion.lunamorena.net
  [EMAIL PROTECTED]
  +4+ (0) 736 849 531 for sure contact..


"Rodrigo Peres" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi list,
>
> I'm using IE5 on Mac with MacOS 9.2.2.
> I've made a script that use session_register(), but even when I quit the
> browser the values registered with session still there.
> Ex: I run the script, quit the browser, reopen it and do an echo($myvar)
> and, the value is there, didn't expire.
> How can I correct this???
>
> Thank's in advance
>
> Rodrigo Peres
> --
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to