Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Turning OFF page caching?


Message #1 by "Blackwell, Cotten - Accent" <cotten.blackwell@a...> on Fri, 7 Jun 2002 10:41:42 -0700
have you tried:

	Response.Cache.SetCacheability(HttpCacheability.NoCache);

...like in the Page_Load event...

Lynn Curtner


> ----------
> From: 	Vania Cilli[SMTP:vaniacilli@l...]
> Reply To: 	ASPX_Professional
> Sent: 	Tuesday, June 11, 2002 1:00 AM
> To: 	ASPX_Professional
> Subject: 	[aspx_professional] Turning OFF page caching?
> 
> Cotten,
>     The only way i found to trick MSIE in requesting a new page, from 
> the server, instead of using
> a cached version is to always request that page through a POST submit. 
> Having said that
> this approach may still not work if the user doesn't modify his settings 
> obliging IE to check
> for new versions of pages "at every visit to the page".
> 
> Vania
> 
> 
> 

  Return to Index