Dim jobLogin As HttpJob
jobLogin.Download(loginUrl)
I am a beginner in creating apps i am trying to create an app that parses a simple webpage
The login works fine but if i change user it logs in with the old user.
It seems like jobLogin stores cookies. Can this be the case and if so how can i clear them
jobLogin.Download(loginUrl)
I am a beginner in creating apps i am trying to create an app that parses a simple webpage
The login works fine but if i change user it logs in with the old user.
It seems like jobLogin stores cookies. Can this be the case and if so how can i clear them