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, 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