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
How to send data from one page to another in jsp?
How do I open a jsp file?
How jsp is compiled?
What are the different jsp element types?
What are the events in jsp page?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
What is the jspinit() method?
How many jsp scripting elements are there and what are they?
How do we catch exception and process it using jstl?
How do I view jsp files in my browser?
How many tags are provided in jstl?
What is an implicit object?
Is jsp technology extensible?
Explain the uses of
When destroy method of jsp is called?