You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Perman, Sam" <pe...@atg.com> on 2003/08/11 22:09:18 UTC

cookie management

In org.apache.axis.transport.http.HTTPSender, it appears that only the
first cookie returned by the server is remembered.  (The "handleCookie"
method prunes off anything after the first ';').  Why is this?  What if
the server returns multiple cookies?

thanks
Sam

ps - I'm asking this because I want to propose a fix for bug 22125 that
enables cookies to be shared across endpoints.