users@glassfish.java.net
Re: Set a Cookie with JSP
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Tue, 15 Jan 2008 15:23:11 PST
The following simple JSP page does what I think you are trying to do:
<%
Cookie cookie = new Cookie("YOURCOOKIENAME", "YOURCOOKIEVALUE");
response.addCookie(cookie);
%>
[Message sent by forum member 'jluehe' (jluehe)]
http://forums.java.net/jive/thread.jspa?messageID=254097
This message
: [
Message body
]
Next message
:
glassfish_at_javadesktop.org: "Re: Classloading problem when using Toplink _at_Entity"
Previous message
:
glassfish_at_javadesktop.org: "Re: EJB3 creation of database tables issue"
In reply to
:
glassfish_at_javadesktop.org: "Set a Cookie with JSP"
Next in thread
:
glassfish_at_javadesktop.org: "Re: Set a Cookie with JSP"
Reply
:
glassfish_at_javadesktop.org: "Re: Set a Cookie with JSP"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]