hi if you look at the mechanics of sessions, you will find that when you create a session, it sets a cookie on the user agent... but your applet does not handle those properly and your servlet feels bad about that.
regards kinjal DIXIT ---- ----- Original Message ----- From: "Hugo Malheiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 08, 2001 10:09 PM Subject: Applet Servlet Session Tracking > Hi, I've been looking in mailing list archives but i did not find nothing > that could solve my problem. > > I connecting to my servlet with URLConnection. How can i associate an > HttpSession to this request that i create? because when i make > request.getSession(false) it gives me a null exception... > > By the way, if someone knows where i can find some documentation and > examples with this subject, tell me please, it would be great... > > Thanks.... > Hugo Malheiro > > ___________________________________________________________________________ > 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 > ___________________________________________________________________________ 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
