//if sesson not null
Response.ClearHeaders();
Response.AddHeader(
Response.AddHeader("Cache-Control", "no-cache, no-store, max-age=0, must-revalidate");"Pragma", "no-cache");
//logeout
sesson.clear();
sesson.abendon();
Response.ClearHeaders();
Response.AddHeader(
Response.AddHeader("Cache-Control", "no-cache, no-store, max-age=0, must-revalidate");"Pragma", "no-cache");
//logeout
sesson.clear();
sesson.abendon();
No comments:
Post a Comment