Thanks Dan.

Sounds like it might be a candidate for a future option the in jQuery
library:

     ieCacheBypass

     Add "reqid=epoch"  to request if IE is detected and no
     parameters are passed.

I seem to recall another AJAX library having something simlar.

Thanks again.

--
HLS

On Aug 14, 8:15 am, "Dan G. Switzer, II" <[EMAIL PROTECTED]>
wrote:
> Pops,
>
> >However, under IE, I am seeing the same JSON result over and over
> >again. Sounds like a IE caching behavior.
>
> It is a caching issue. See this thread for lots of different solutions:
>
> http://groups.google.com/group/jquery-en/browse_frm/thread/7d752af6f4...
> 58e156484a3b959?lnk=gst&q=ajax+cache+ie&rnum=3#d58e156484a3b959
>
> The 2 most popular are either to add the current browser time in
> milliseconds to the request or to prevent caching by pushing the correct
> headers via your server script.
>
> -Dan

Reply via email to