Answer Posted / anji87543
<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is jsp-config in deployment descriptor?
How do I create a dynamic web project?
How do I run a jsp file?
Why should we not configure jsp standard tags in web.xml?
What are the benefits of pagecontext implicit object?
Why is jsp used for?
What is a jsp container?
What is jsp and its architecture?
What is a expression?
What is pagescope in jsp?
Explain the steps for creating custom tags in jsp?
What is the jsp:setproperty action?
What are page directives?
How to delete a cookie in a jsp?
What is the include directive?