Hello all,

I am trying to write a "polling" application using HTTPClient that will
basically "surf" an app behind the scenes.  Currently, I need to do a HTTP
Post that logs into our application, then hit a few of the pages within the
app.  It's all java/jsp based.  The difficulty I'm having is with the
cookie.  Upon log in, a session id is assigned into a cookie.  Then, once
authenticated by a authentication servlet, the browser redirects to another
page via another servlet, which matches the session id in memory to the one
passed in the cookie.  I need to pass the cookie contents unaltered with
each request.  Can this be done?

Thanks,

Randy James

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to