I have an issue with refreshing my Application. I want
user to allow the refresh the application by browser or F5 key. I have
already tried the following ways:
Using SharedObject
Using Session Object
But the problem is when I press the refresh button of Browser or (F5 key) application is directly jump on login page instated of current page. It only works when we change the *default setting(Automatically)* from Internet Options to *Every Time I Visit the Page.*
Now, My Questions are:
1. Is there any way, where we don't need to change this setting of Internet
Explorer and Still it works Fine?
2. Or We need to change it?
3. Is there any other way to achieve this functionality apart from What I
tried?