> Browser cache that is.
> I started to use session_cache_limiter() with a value of private.  It
> seems to work great with
> Mozilla and Opera, but IE 5 & 6 doesn't seems to handle it too well.
> I have to continually refresh the page to get the latest data.
> 
> Is anyone else experiencing this behaviour?
> Are there any alternatives to using session_cache_limiter() that is
> friendly with all browsers?

I set it to 'none' because of a bug in IE with downloads over SSL. Any
other setting would cause the download to fail.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to