HDD 0 Report post Posted August 15, 2010 So i am throwing together a program, It is just about done now, But there's only 1 problem...the program i made relies on 5 web browsers (WebBrowser1, webBrowser2, WebBrfowser3, WebBrowser4, WebBrowser5), I wanted these web browsers to all load data as a separate web browser instead of all loading the same data. What i mean by this is, Say i log into and account on 1 browser, Then on the same site, i log into a different account on the second browser, After clicking a link or refreshing the page, Both browsers will be on the same account. Please tell me there is a way to stop this from happening? Greatly appreciated! Share this post Link to post Share on other sites
Maggot 1 Report post Posted August 15, 2010 So i am throwing together a program, It is just about done now, But there's only 1 problem...the program i made relies on 5 web browsers (WebBrowser1, webBrowser2, WebBrfowser3, WebBrowser4, WebBrowser5), I wanted these web browsers to all load data as a separate web browser instead of all loading the same data. What i mean by this is, Say i log into and account on 1 browser, Then on the same site, i log into a different account on the second browser, After clicking a link or refreshing the page, Both browsers will be on the same account. Please tell me there is a way to stop this from happening? Greatly appreciated! It depends on the software you are using, Is it a forum or some other script ??I think its called multiple logins...You will have to find a way to block multiple logins on the same username...Do post which script are you using.... Share this post Link to post Share on other sites
deadmad7 4 Report post Posted August 15, 2010 Disable cookies and other caching software on the browsers and then try. You could also code a proxy into it so they don't conflict with the same IPs. Did you create the browser using either the Mozilla Firefox Source Code or Chrome Source? Then you could ask for help in their support forum, they would have plenty of options for troubleshoot. Good Luck. Share this post Link to post Share on other sites
tinoymalayil 0 Report post Posted July 10, 2012 The Same Browser won't allow the user to login multiple account since the session of the user login in the system will store to the browser cache. For Performance benefits, whenever refreshing the application checks in the browser cache for existing login. We should use some other browser which stores the cache data in some other location to login another account of the same application or site. Share this post Link to post Share on other sites