Re: getting Session ID in WebBrowser control in C#
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 04/28/04
- Next message: Henk V: "Focus"
- Previous message: Mike Z: "getting Session ID in WebBrowser control in C#"
- In reply to: Mike Z: "getting Session ID in WebBrowser control in C#"
- Next in thread: Mike Z: "Re: getting Session ID in WebBrowser control in C#"
- Reply: Mike Z: "Re: getting Session ID in WebBrowser control in C#"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 20:45:00 -0400
"Mike Z" <anonymous@discussions.microsoft.com> wrote in message
news:49927EE4-3FB3-47A7-8FFF-3BEB97B55275@microsoft.com
> Hi! I'd like to get the session id of my application so I can log the
> user off when the winform is closed. So far, I have not been able to
> figure it out. Please let me know if you came across.
The session ID is stored in a session cookie somewhere, so you can read
it with InternetGetCookie. The name of the cookie is determined by the
server application, so you should consult your server-side developers.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: Henk V: "Focus"
- Previous message: Mike Z: "getting Session ID in WebBrowser control in C#"
- In reply to: Mike Z: "getting Session ID in WebBrowser control in C#"
- Next in thread: Mike Z: "Re: getting Session ID in WebBrowser control in C#"
- Reply: Mike Z: "Re: getting Session ID in WebBrowser control in C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|