webbrowser control loses session state

  • Thread starter Thread starter Paul Boyes
  • Start date Start date
P

Paul Boyes

Hello,

I am sure this is a fairly common problem, but I have not
see any info that directly addresses is. Here is what is
happening:

We have a windows forms based (C3 .Net) application that
uses the webbrowsercontrol to access various web
applications written in ASP (classic). Some of these
applications maintain session state using session
variables. And, they sometimes open new windows when
clicking links. When new windows are opened, the session
variables appear to be lost for them. I have set the
RegisterAsBrowser property to true for the top parent
browser control, but it does not seem to fix the problem.

When accessing the apps straight through a browser all
works fine. I know that I must be missing something. Any
info you can provide would be greatly appreciated.

Thanks in advance,

Paul
 
Back
Top