/ Published in: C#
Expand |
Embed | Plain Text
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1)); Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetNoStore();
You need to login to post a comment.
nivlam on 06/10/10
1 person have marked this snippet as a favorite
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1)); Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetNoStore();
You need to login to post a comment.