I need to pull some dynamic content off a site that I have a login to. The login is a regular form login and the session, on the remote server, must be tracked via a session id in a cookie because I never see the session id on the URI anywhere.
I can post the login credentials via a standard HTTP POST using the XMLHTTP object and get the menu page back as a successful login. Then I need to be able to access other pages on the site without loosing my login. If I try just grabbing another page it just gives me the login page again.
Is there someway to do this?
Thanks
Travis Hawkins
I can post the login credentials via a standard HTTP POST using the XMLHTTP object and get the menu page back as a successful login. Then I need to be able to access other pages on the site without loosing my login. If I try just grabbing another page it just gives me the login page again.
Is there someway to do this?
Thanks
Travis Hawkins