How Do I prevent login wars between webbrowser controls and actual browsing?

codeslave

New member
Joined
Jun 4, 2010
Messages
2
Programming Experience
Beginner
I have a program that autologs itself into facebook and monitors posts to my main page and tells me if anything new comes up. Every minute my program refreshes the page and searches for a new post, if my session is expired it logs itselft back in automatically. If I'm in explorer trying to play farmville and my facebook monitor program is running then I'm forced to log in about every minute because my login at the browser kills my vb.net program session. Then my vb.net program logs itself back in and I'm out!!??

This behavior doesn't happen If I have two browsers running I can log into both and it doesn't seem to effect the other. I can even have my wife log in from another machine while I'm logged in and It's ok. So The question is why is useing the webbrowser controls in the Vb program any different then just haveing 2 open and logged in browsers and jumping between the two.
 
Back
Top