I am developing a customised DHTML viewer over a corporate intranet and am having numerous problems with caching. All reports are on-demand.
I have set up a print button that actually opens up an export to pdf format window. However, if a user is looking at the same report with different paramaters the previous results are always shown! This is because the system is caching the export for each report on the users' hard drive.
I have the same problem when simply viewing reports. As they are on-demand, sometimes a user will run a report, make a change to the database and then re-run the report to check the results. However, as the pages are cached they never see their updates coming through!
Does anyone know a way around this?
Preferrably, by overiding the cache at certain times but if I can't do that then by turning off cacheing altogether.
Thanks.
I have set up a print button that actually opens up an export to pdf format window. However, if a user is looking at the same report with different paramaters the previous results are always shown! This is because the system is caching the export for each report on the users' hard drive.
I have the same problem when simply viewing reports. As they are on-demand, sometimes a user will run a report, make a change to the database and then re-run the report to check the results. However, as the pages are cached they never see their updates coming through!
Does anyone know a way around this?
Preferrably, by overiding the cache at certain times but if I can't do that then by turning off cacheing altogether.
Thanks.