Hi
I am new to J2EE tech...
I want know the purpose of the following tag
<%
response.setHeader("Cache-Control","no-cache");
response.setHeader("Location", "error.html");
%>
Please explain in detail.
What is the purpose of setHeader Tage in jsp
Rgd
Merlina