Detect IE setting: check for newer versions of stored pages "never"
Posted
by xx
on Stack Overflow
See other posts from Stack Overflow
or by xx
Published on 2009-10-06T15:12:18Z
Indexed on
2010/04/30
1:07 UTC
Read the original article
Hit count: 268
I understand there isn't a way to interrogate a users IE settings directly due to security reasons, but is there a way to derive this answer with some other mechanism? I would like to stop a user from using my site if the setting "Check for newer versions of stored pages" is set to "Never". Any suggestions?
Is there a way I could test for this using javascript? An example of what I am trying to accomplish is this: While it is not possible to check IE settings to see if you are running a popup blocker, that is a way to "test" for a popup blocker via javascript. I am looking for something similiar but for the cache setting, not the popup blocker.
© Stack Overflow or respective owner