Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anti-caching techniques
#3
(04-12-2018, 01:56 PM)kudzu Wrote: Anti caching of what?

If I have sensitive data being displayed in an IW form is it possible to tell the browser to not save any of it to the browser cache so that the sensitive data is not stored on the disk.  (We have the browser history button turned off so there is no need to use the browser back button to try and access anything.)

There are some http headers that can be set like Pragma no-cache and cache-control: no-cache. but I am not really sure how well these work.

Then, I noticed that in the servercontroller->afterDispatch there are the following properties.    If I set these will the http reply contain the proper headers?

aReply.Allowcaching 
aReply.Expires
aReply.CacheControlEnabled
Reply


Messages In This Thread
Anti-caching techniques - by joel - 04-12-2018, 05:26 AM
RE: Anti-caching techniques - by kudzu - 04-12-2018, 01:56 PM
RE: Anti-caching techniques - by joel - 04-12-2018, 07:48 PM
RE: Anti-caching techniques - by kudzu - 04-12-2018, 08:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)