MSHTML Sessions

  • Thread starter Thread starter David Pendrey
  • Start date Start date
D

David Pendrey

Hi all,

I am making a program using the I.E. web browser control and need some
(more) help. I need multiple windows open (multiple instances of the web
browser) open at once on a page which requires the user to log on. As it is
now I simple create the new forms and the webpage asks me to log in again.
Is there some way of making all the web browser controls use the same
internet sessions or something similar which will have the desired effect?

Regards, David
 
Hi David,

maybe you could use cookies to handle your session ??

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/
 
Lars,

That looks like it is only server side code. I need multiple instances of
MSHTML to act as if they were a single application. Can this even be done?

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top