IT Community - Software Programming, Web Development and Technical Support

How can I set a cookie in JSP?

This is a discussion on How can I set a cookie in JSP? within the Java Server Pages (JSP) forums, part of the Web Development category; How can I set a cookie in JSP?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Java Server Pages (JSP)

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-26-2007, 06:02 AM
anbuchezhians anbuchezhians is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 77
anbuchezhians is on a distinguished road
Question How can I set a cookie in JSP?

How can I set a cookie in JSP?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-27-2007, 03:02 AM
ragavraj ragavraj is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 92
ragavraj is on a distinguished road
Default Re: How can I set a cookie in JSP?

We can assign a cookie value following format in jsp

Code:
<%

   Cookie oLogin = new Cookie("CooName","CooValue");
   response.addCookie(oLogin) ;

%>
CooName - Cookie Name;
CooValue - Cookie Value;

Thanks
R.Rajan
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Retrieve a Cookie Value? sundarraja PHP Programming 4 04-02-2008 07:00 AM
How to set time for cookie in ASP.NET? jeyaprakash.c ASP and ASP.NET Programming 9 01-16-2008 10:52 PM
What Is a Persistent Cookie? Sabari PHP Programming 19 09-21-2007 08:29 AM
How do I set a cookie from JavaScript? oxygen HTML, CSS and Javascript Coding Techniques 1 07-26-2007 02:57 AM
Cookie Expiry vijayanand PHP Programming 0 07-18-2007 01:28 AM


All times are GMT -7. The time now is 11:15 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0