hi,

  When i try to access my servlet from a Java Application using
URLConnection, every request was considered as a new HttpSession. I was
able to check this using the 'getSession(false)' and it result to not
NULL which means that a new HttpSession was created. How can i implement
my Java application so that when it request, my Servlet would not create
a new HttpSession object.


thanks.

  randie

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com

Reply via email to