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 |
Which package does jsp api consist of?
What information is needed to create a tcp socket?
Define scriptlet, expression and declaration in jsp?
How to find the hidden answers present in an online exam?
What are action tags?
Why is jsp used for?
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What is custom tag library?
What is difference between html and jsp?
i need the source code for opening a word document in java
How to run java program in jsp page?
Differentiate between pagecontext.include and jsp:include?