AxWebbrowser controls share HTTP session

  • Thread starter Thread starter Colin Green
  • Start date Start date
C

Colin Green

When using the AxWebbrowser control multiple times within an
application I have noticed that all of the controls share session
information. That is, if I retrieve a session cookie in one control
then it is available in all of the other controls.

Is there any way of ensuring that each AxWebbrowser instance obtains
it's own set of session data?

Thanks in advance!

Colin Green
 
Colin Green said:
When using the AxWebbrowser control multiple times within an
application I have noticed that all of the controls share session
information. That is, if I retrieve a session cookie in one control
then it is available in all of the other controls.

Is there any way of ensuring that each AxWebbrowser instance obtains
it's own set of session data?

No idea but you'll be probably more lucky on this newsgroup:
microsoft.public.inetsdk.programming.webbrowser_ctl
 
Back
Top