Hi All ,
I am reading the content of URL's on different
servers using URLConnection class . Suppose the URL is of a servlet which is checking for session
object then the problem comes as the session object has not been passed . How can I make the session object available through URLConnection/HttpURLConnection.

Thanks in advance .
Vivek