Hi everybody:

I have tried to maintain a session without cookies using the
request.getSession(true);
myUrl = response.encodeUrl( myUrl );
and I disable cookies from my browser. Anyway when I check the html
generated the url has unchanged. And the session is lost when the
servlet is recall. I have checked the example "session" that comes with
the jsdk2.0. But this one neither works in my server. and also losts the
session if cookies are disable.

what might be my problem?

thanks.

Miguel.

___________________________________________________________________________
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