Archive for September, 2009

IE & JSON Caching Bug

I came across a weird bug. It seems that IE is the only browser that has a tendency insists on caching JSON results. I created a little api call that returned a list of users “favorites”. I use jQuery to retrieve this list and make updates to my site.
Well apparently IE caches the JSON file, [...]

September 17, 2009  Tags: , , ,   Posted in: Programming & Internet  23 Comments