VB.Net 2008 Chrome or Firefox control
        Posted  
        
            by AndyD273
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AndyD273
        
        
        
        Published on 2010-06-04T18:29:39Z
        Indexed on 
            2010/06/07
            15:52 UTC
        
        
        Read the original article
        Hit count: 347
        
I'm trying to figure out a way to have multiple sessions at the same website at the same time. I've been using the SHDocVw.InternetExplorer control in Visual Studio 2008 to open a web browser and log in, but at times we need to use a separate login.
I haven't found a way to do this using just internet explorer (it just uses the credentials of the first login), so I figure if I can find a similar control for another brower that allows DOM level access then I can just use that.
If anyone knows of anything I can try that would be very helpful.
© Stack Overflow or respective owner