how to disable previous page complete after logout process
Answer Posted / rajesh
<%
response.setHeader("Pragma","no-cache");
response.setHeader("Cache-Control","no-store");
response.setHeader("Expires","0");
response.setDateHeader("Expires",-1);
%>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why .Net Does not Support multiple inheritance?
What are the 3 types of internal controls?
Define unmanaged code?
Explain how big is the char?
how to implemet online examination in asp.net
What is asp content?
What is Response object? How is it related to ASP's Response object?
Is asp a language?
What are the attributes of the tags? What are their functions?
Define .asp file?
what is the need of a sealed class when we are having a structure
What is the difference between jsp and asp?
What is the difference between the value-type variables and reference-type variables
I have written an assembly that I want to use in more than one application. Where do I deploy it?
What is difference between asp and php?