users@jax-rpc.java.net

RE: Sun JAX-RPC client against Axis JAX-RPC web service - problem with HttpSession

From: Merten Schumann <Merten.Schumann_at_asg.com>
Date: Fri, 24 Jun 2005 09:20:57 +0200

It's JSESSIONID, as expected.
I've got the two logs from the HTTP traffic now. Well, the Axis client
is sending back the cookie. The JAX-RPC client for some reason NOT.
Hmmmm.
   Merten

> -----Original Message-----
> From: Kevin Jones [mailto:kevinj_at_develop.com]
> Sent: Thursday, June 23, 2005 9:55 PM
> To: users_at_jax-rpc.dev.java.net
> Subject: RE: Sun JAX-RPC client against Axis JAX-RPC web
> service - problem with HttpSession
>
> I'd be more interested in the name of the cookie. Is it
> jsessionid (for
> example)?
>
> Kevin Jones
> http://kevinj.develop.com/weblog
>
> > -----Original Message-----
> > From: Merten Schumann [mailto:Merten.Schumann_at_asg.com]
> > Sent: 23 June 2005 13:30
> > To: users_at_jax-rpc.dev.java.net
> > Subject: RE: Sun JAX-RPC client against Axis JAX-RPC web
> service - problem
> > with HttpSession
> >
> > Used Axis tcpmon, thanx for the hint. Well, there seem to be really
> > different cookies transferred for each request when I do
> use my JAX-RPC
> > client. When I do use a Axis client, the cookie is the
> same, as expected
> > (and needed).