I cannot make the page always expire in Safari. Chrome, IE, and Firefox are good citizens, but Safari works great for them, ignoring the following ASP.NET code:
// Expire immediately Response.Expires = 0; Response.Cache.SetNoStore(); Response.AppendHeader("Pragma", "no-cache");
Any recommendations?
Keith adler
source share