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?

Answer Posted / venkat

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

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scriptlet, expression and declaration in jsp?

1064


How run jsp program in netbeans?

979


How we can disable session in jsp?

1031


List out the various scope values of jsp action.

1094


What does jstl mean?

972


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

2177


What are the two types of comments supported by jsp?

987


What is the use of jsp implicit objects?

1009


What are the steps involved in reading data from a form using jsp?

1192


What is include directive in jsp?

1033


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

930


How we can use javascript with jsp pages?

1081


How can I prevent direct access to a jsp page from a browser?

952


What is jstl core tags?

928


What is pagecontext jsp?

1039