Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to set a cookie in JSP?

Answers were Sorted based on User's Feedback



How to set a cookie in JSP?..

Answer / venkat

<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>

Is This Answer Correct ?    18 Yes 2 No

How to set a cookie in JSP?..

Answer / anji87543

<%
Cookie mycookie = new Cookie("aName","aValue");
response.addCookie(mycookie);
%>

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More JSP Interview Questions

Explain the uses of <jsp:usebean> tag.

0 Answers  


What is the difference between a jspwriter and a servlet printwriter?

0 Answers  


why JSP is bigger choice for software development as compare to ASP.

2 Answers  


What is contextpath?

0 Answers  


Can we override the jspinit(), _jspservice() and jspdestroy() methods?

0 Answers  


mention the three important tags used in the development of jsp bean.

0 Answers  


Give the use of session object.

0 Answers  


Is jsp used?

0 Answers  


Is there a way I can set the inactivity lease period on a per-session basis?

0 Answers  


What is jstl (jsp standard tag library)?

0 Answers  


how the jsp file is compiled?

4 Answers   College School Exams Tests, Persistent,


What is difference between jspwriter and servlet printwriter?

0 Answers  


Categories