> What I'm trying to do below is to log in using POST, store the cookie,
> and pass it back with my next POST request for some actual data, but I
> keep getting kicked back to the login page.  Any ideas?

        This sounds similar to some issues I had recently on another web
site automation project. I ended up finding that the URLs where also being
rewritten to include session id information, along with just a cookie.
Check the response that you are getting back from the server to see if it
is some 30X code that has a new URL to POST the information to. I usually
find $response->as_string() to be very helpful in debugging. These are
just some initial thoughts, I'll look at the code and see if something
else doesn't pop up.

> it out at www.joelman.com/mybrain :)

        Cool!

-- Daniel R. <[EMAIL PROTECTED]> [http://www.ccs.neu.edu/home/danielr/]


Reply via email to