Okay i have a program and it uses the inet control and the webbrowser control.

Here is the scenario:

I use web1 to naviaget to a login page, It enters info and submits, I have web1 navigate to a certain page with a file link on it.

When i get there i download the html source code and find the url for the file.

Then i use inet to download this link.

Now next time i login to a different account right after i'm done with the first account, it logs in but won't download the file?

Why would this happen?

(hope this partially makes sense)