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
How can we do validation of the fields in a project?
Define .asp file?
Can .net framework components be used from a com program?
Define extranet?
What opens asp files?
Whats the difference between struct and class in c#?
What is ascx cs?
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
how to delete windows application in vs.net
sir,please send me the NIC exam questions
How do I open an asp file in excel?
How do in-process communication work in the common language runtime?
What is Debit Memo & Credit Memo in Payables?
How many types of cookies?
What is the difference between post and get method.