Problem in cache
-
HI, Response.Cache.SetCacheability(HttpCacheability.NoCache); It's working in IE but in mozilla it's not working... The scenario is like that If a user timed out ie, session time out...user will redirected to some page...from that page user coudn't go back using browser back button.. Using the above code i can manage IE ..but mozilla it's not...can anybody give me an alternate solution....it's very important for me...waiting for your reply.. Regards alex.
-
HI, Response.Cache.SetCacheability(HttpCacheability.NoCache); It's working in IE but in mozilla it's not working... The scenario is like that If a user timed out ie, session time out...user will redirected to some page...from that page user coudn't go back using browser back button.. Using the above code i can manage IE ..but mozilla it's not...can anybody give me an alternate solution....it's very important for me...waiting for your reply.. Regards alex.
Check this Post: http://www.kbanswers.com/viewtopic.php?t=32303[^]
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
HI, Response.Cache.SetCacheability(HttpCacheability.NoCache); It's working in IE but in mozilla it's not working... The scenario is like that If a user timed out ie, session time out...user will redirected to some page...from that page user coudn't go back using browser back button.. Using the above code i can manage IE ..but mozilla it's not...can anybody give me an alternate solution....it's very important for me...waiting for your reply.. Regards alex.
There is no good method available to do so. Have you tried disabling cache using meta tags ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
There is no good method available to do so. Have you tried disabling cache using meta tags ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
No i didn't can you please tell me....
-
No i didn't can you please tell me....
There is no efficient way to disable browser cache completely because it depends on the browser settings. There is meta tag available to tell the browser not to cache the page, Have you tried that ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
There is no efficient way to disable browser cache completely because it depends on the browser settings. There is meta tag available to tell the browser not to cache the page, Have you tried that ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
No i don't know that tag name can you please tell me..
-
No i don't know that tag name can you please tell me..
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions