Opened 16 years ago
Closed 16 years ago
#8 closed task (fixed)
IE 6 doesn't work correctly with the ajax-json-requests
Reported by: | lgiessmann | Owned by: | lgiessmann |
---|---|---|---|
Priority: | critical | Milestone: | choose an ajax-framework |
Component: | default-component | Version: | 0.1 |
Keywords: | Cc: | lgiessmann@… |
Description
IE 6 caches the ajax-requests , e.g. to get all psis, so there won't be displayed all psis after a commit if you got all psis before.
Maybe there is a possibility to clear the cache of the browser after a certain action, this could be the solution of this problem!?!
Change History (3)
comment:1 Changed 16 years ago by
Cc: | lgiessmann@… added; isidorus-ticket@… removed |
---|---|
Status: | new → accepted |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
solved with the additional header field: "If-Modified-Since" which is set to "Thu, 1 Jan 1970 00:00:00 GMT"
Note: See
TracTickets for help on using
tickets.
this seems to be useful: http://www.htmlgoodies.com/beyond/reference/article.php/3472881