-
Multiple posts using HttpsUrlConnection in the same session
Hi,
How do we perform multiple posts while maintaining the same session in a HttpsUrlConnection ( I am setting Cookie Header etc......but how do i maintain the same sessionKey, master secret etc across multiple posts)
To be more specific, the application should do the following
1)Connect to a remote server and extract info like session ID from the repose sent by the remote server.
2)Using this information, make another post to the same server (in the same session) to carry out some transactions
In step 2 I am facing some issues (The server is able to recognize the session,but unable to recognize data sent from the client, probably because the data should be encrypted with some key etc....)my question is how do i do this
ie...Keep the session key,certificates etc sent by the server in the first response and reuse it in the next post
I have been stuck with this issue for quite some time now and any guidance
(or a working code snippet )would be greatly appreciated
Regards,
Vishwas
Similar Threads
-
By partyk1d24 in forum AJAX
Replies: 2
Last Post: 02-16-2007, 02:18 PM
-
By Mason Fox in forum ASP.NET
Replies: 2
Last Post: 05-21-2002, 03:43 PM
-
Replies: 1
Last Post: 01-19-2002, 02:09 PM
-
By KraKheD in forum ASP.NET
Replies: 0
Last Post: 01-17-2002, 06:28 PM
-
Replies: 5
Last Post: 09-01-2000, 03:41 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|