2WebBrowsers like in 2 Apps
-
I want to create an application that show 2 webbrowsers control in one app like they run in 2 app. When i use webbrowsers in 2 applicaion i think they have session but in one app it is same. How i can create 2 Tab in my app with 2webbrowsers with separate sessions?
-
I want to create an application that show 2 webbrowsers control in one app like they run in 2 app. When i use webbrowsers in 2 applicaion i think they have session but in one app it is same. How i can create 2 Tab in my app with 2webbrowsers with separate sessions?
amir19 wrote:
create an application that show 2 webbrowsers control in one app
I am not very clear about your requirement. Are you creating any Windows application where you want to have two embeded browser controls? Then it's possible. Anyway, please clearly specify.
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this message using rating.
-
amir19 wrote:
create an application that show 2 webbrowsers control in one app
I am not very clear about your requirement. Are you creating any Windows application where you want to have two embeded browser controls? Then it's possible. Anyway, please clearly specify.
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this message using rating.
Yes it is correct. I created two webbrowsers in a windows application. When i open same site with these ones they have same session. I want to they behave like when they are in two applications. I opened my app two times and browsers had separate sessions and cookies.
-
I want to create an application that show 2 webbrowsers control in one app like they run in 2 app. When i use webbrowsers in 2 applicaion i think they have session but in one app it is same. How i can create 2 Tab in my app with 2webbrowsers with separate sessions?
It's considered bad manners around here to post your message on multiple forums. Pick one and stick with. Delete the other since it has no responses.
only two letters away from being an asset
-
Yes it is correct. I created two webbrowsers in a windows application. When i open same site with these ones they have same session. I want to they behave like when they are in two applications. I opened my app two times and browsers had separate sessions and cookies.
Amir, Now your problem is clear to me..But it seems to be difficult one :doh: I found few things which might consider for your design. 1. The issue you are mentioning is kinda feature of your browser. I think you are using some IE with version < 8. This similar session feature could be referred as SessionMerging. IE 8.0 is coming with a feature where you can create some new sessions (please look into this article[^]). But I am not yet sure how you are going to force that new session. Anyway, keep searching on that. 2. There might be very "optimistic" approach of creating your next WebBroser from a separate process. if you can achieve (not very sure on this) this then this might help. Other thing, it's better to have another design keeping this limitation in mind. Or wait for someone who can help you better. :)
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this message using rating.