caching problems with datatables 1.6.2
caching problems with datatables 1.6.2
Hi Allan:
I am having issues with caching. For example, when I update a csv file, the changes don't appear immediately in the dataTable, I have to clear the cache and refresh the page to see the newly updated information. This issue is only confined to our internal network. It seems that the page request is going to the web proxy instead of to the actual server. I have checked the settings for datatables and I have the following
[code]
"bStateSave": false,
[/code]
so
iCookieDuration should not matter. I have added the following meta data to the html page so that the page is not cached.
which I added in 2 sections of the html document to account for IE.
I have read that caching issues can arise while using jQuery. Is there something I have overlooked in dataTables?
Any thoughts on this are greatly appreciated.
Thanks again,
I am having issues with caching. For example, when I update a csv file, the changes don't appear immediately in the dataTable, I have to clear the cache and refresh the page to see the newly updated information. This issue is only confined to our internal network. It seems that the page request is going to the web proxy instead of to the actual server. I have checked the settings for datatables and I have the following
[code]
"bStateSave": false,
[/code]
so
iCookieDuration should not matter. I have added the following meta data to the html page so that the page is not cached.
which I added in 2 sections of the html document to account for IE.
I have read that caching issues can arise while using jQuery. Is there something I have overlooked in dataTables?
Any thoughts on this are greatly appreciated.
Thanks again,
This discussion has been closed.
Replies
Allan