I have a Request#1 and Request#2 using the HttpURLConnection. But, the Request#2, uses an object (not cookie) stored in the session (of Response#1), but unfortunately, the session is re-initalized every time, when the url.openConnection() is called. Is there a way to process requests by maintaining the session using the HttpURLConnection? Also, J2EE environment does that ease, but i wanted to acheive ...