[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Servlet talking to aspx



I have a servlet that opens a HttpUrlConnection to an IIS server serving aspx pages.  I simply open the connection, do a post, and output whatever is sent back.  It works fine until I hit an aspx page that wants to set a cookie.  How do I handle receiving the cookie from the aspx page and then sending it back on future requests?
 
Thanks,
Dale