|
|
Subject:
Using different session variables with COM InternetExplorer objects
Category: Computers > Programming Asked by: alphavii-ga List Price: $60.00 |
Posted:
27 Jun 2003 07:58 PDT
Expires: 27 Jul 2003 07:58 PDT Question ID: 222357 |
|
There is no answer at this time. |
|
Subject:
Re: Using different session variables with COM InternetExplorer objects
From: stephenvakil-ga on 27 Jun 2003 14:58 PDT |
IE probably stores per-session cookie details into a common memory space. You will also get the same session if you open a "new window" from within IE. But if you start ie manually as a new process, it will get a new session id. I am guessing that when you create two com objects, it's still using the same process / process id. If there's any way for you to create the second in a different thread or process, this might solve your problem. If you do not need both browsers to be open, you can try calling various 'exit' methods in the InternetExplorer object too, and then create the second com instance. |
Subject:
Re: Using different session variables with COM InternetExplorer objects
From: alphavii-ga on 03 Jul 2003 05:13 PDT |
Thanks for the comment, it's a lot of useful information. However, the problem is that I need to be able to browse into both windows. Maybe we could investigate using threads / different processes. Launching twice the launcher runs twice the same IE session id... I wonder what I could try to do to generate a new process. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |