DanG
Moderator
USA
82 Posts |
Posted - 01/11/2010 : 06:16:44
'If user clicks back button, nothing on the page is cached Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" Dan
Edited by - DanG on 01/11/2010 06:17:19 |