Answered by:
How to Get cookie details from webbrowser.

Question
-
Hi
I need some help on the following issue.
I am posting a httprequest with session and cookie values (with some extra headers) to a Weblogic server in C#.
(The session and cookie value has been stored before into a xml in past transaction made using IE.)
When the cookie id and value are recoginezed by server i am getting proper text/xml response which i am processing further.
But when the cookie is dead meaning (server cookie time out) then the response is as text/html (login page) .
I have a windows form with a webbrowser control which takes the response and showing to me.
webbrowser1.documenttext=response ; (like that )
i am giving proper credentials (userid,password) and clicking submit button.
Here i have to capture the new session id details from the response object ( from webbrowser)and write it back to that xml.
How can i do it.
Any help....
Dwipayan Das- Moved by jack 321 Friday, June 6, 2008 6:38 AM off topic
Wednesday, June 4, 2008 10:49 AM
Answers
-
- Proposed as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
Thursday, May 10, 2012 6:10 AM -
Discussion in Windows Forms General.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
Friday, June 6, 2008 6:37 AM
All replies
-
Discussion in Windows Forms General.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
Friday, June 6, 2008 6:37 AM -
- Proposed as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Thursday, May 10, 2012 6:10 AM
Thursday, May 10, 2012 6:10 AM