HttpSession « connection « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » connection » HttpSession 

1. URLConnection and Java HttpSession's    coderanch.com

2. URLConnection and Java HttpSession's    coderanch.com

3. store Connection in HttpSession ?    coderanch.com

4. HttpURLConnection and HTTPSession    forums.oracle.com

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

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.