c# - Does IE setting "do not save encrypted pages to disk" prevent caching within same browser session as well? -


i've asp.net application served on https. noticed in logs none of resources files (css/images/js/xsl) being served 304 header, should since i'm sending necessary headers correctly.

client's browser settings are:

check newer versions of stored pages: 'automatically'

disk space use: 65

days keep page in history: 7

do not save encrypted pages disk:checked on

i assume last setting preventing user's browser use cached files. correct? i've seen fresh copies of same file being requested in same session well. question "do not save encrypted pages disk" feature prevents https caching within same browser session well? if yes, there way deal other serving static pages through sub domain w/o ssl?

thanks help!

ps: noticed interesting thing. have emptu.html file (that more static placeholder) served on same ssl , file status code 304. if caching not allowed on ssl due client settings how come file being used browser cache same user?


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -