Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there any way to extract the cookies from a web browser control

0 views
Skip to first unread message

Jeff

unread,
Nov 27, 2003, 11:02:58 AM11/27/03
to
I am writing an application that uses the web browser control. When
the user reaches a certain point I would like to take over, using
WinINet and perform an automated task. However, I would like to do
this in the same session as the user. To do this I need any cookies
that the user had, namely an ASP session cookie. Is there any way to
access the cookies of a web browser control?

Jeff
http://www.jeffheaton.com

Igor Tandetnik

unread,
Dec 1, 2003, 6:39:16 PM12/1/03
to
"Jeff" <jeffh...@yahoo.com> wrote in message
news:56bc24dd.03112...@posting.google.com...

InternetGetCookie[Ex]. Session cookies are stored by WinInet on a
per-process basis, InternetGetCookie can read both persistent cookies
and session cookies set in your process.
--
With best wishes,
Igor Tandetnik

"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken


0 new messages