Hello Again ;

I made a small app for my work as a VB learning project, incorporating the WebBrowser. Everything works fine. Basically, I login, navigates to different pages etc, etc and do stuff without a problem. But the problem is my company website automatically logs me out automatically after about 15-20 min of idle. I have a feeling this is cookie related, but I have no idea how to prevent this. I have been using a Timer to refresh the browser every 10min and log back in if I was logged out. But this is not ideal. Is there a way around this? Can someone please help?

Thank you in advance for your help.