Hi there,

I've following problem :

I'll created a cookie in a jsp
this jspage contains a applet too,
from inside this applet i will establish a connection to a servlet with
url.openStream

but inside the servlet only the sessionid-Cookie is there not my own
(using NT and JWS2.0, localhost)

I assume that my generated servlet (from jsp) is wrong because before my
'response.addCookie()' is listed in the source several
'out.print(_jspx_html_data[..];' ( JspWriter out =
pageContext.getOut();)  occure.

Has anyone experience in setting cookies from jsp?
Or is there something else wrong?

In my JavaServerDocumentation are missing texts on topic 'Session
Tracking with JSP'. Has anyone these information?

Thanks in advance

/*************************/
 Thomas Schuchert
 Cyberconsult
 Beratungsgesellschaft f�r Neue Medien mbH
 [EMAIL PROTECTED]
 030 - 39 99 05 46
/*************************/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to