aggiungi questo nekll'html
in asp lo usi cosìcodice:<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1">
codice:<% Response.CacheControl = "no-cache" %>> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %>

Rispondi quotando