How to set a cookie in JSP?
Answers were Sorted based on User's Feedback
Answer / venkat
<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / anji87543
<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>
| Is This Answer Correct ? | 5 Yes | 2 No |
Explain jsp action elements or action tags?
Write a simple example for the clone() method.
can i use vb script with jsp?
What is the difference between hide comment and output comment?
How can information from one JSP be passed to another JSP?
what type of question will be asked in the interview in this software field?????///
Can we define a class in a jsp page?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is the use of Application Object and Session Object in JSP?
What is jsp expression language and what are it’s benefits?
How can we disable el?
What is the major difference between servletcontext and pagecontext?