I am trying to create a program that will grap a page from another site and display it on my site. I have done this with static content using HTTPURLConnection. My problem lies when I connect to a site (IIS) that uses cookies to track the session. I do not know how to send the Session information back to the originating site (IIS) How do I send cookie/header information using HTTPURLConnection? If I should be using another class or if there is a third party tool I would appreciate the help. My Webserver is running Apache and Websphere 3.5. The site that I am getting information from is written on IIS (ASP pages).
Thanks in advance. ___________________________________________________________________________ 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
