users@jax-rpc.java.net

Re: cookie management between client and server

From: Sam <bytecode_at_Phreaker.net>
Date: Mon, 05 Jan 2004 02:13:28 -0500

jeff wrote:

> we would like to have cookies that are set on the server managed and
> returned by the client. we understand that there is a property that
> must be set on the client to support this, but we're unclear about what
> is required to enable this on the server.
>
> a colleague of mine remembers that there was some sort of an SPI on the
> server side where we'd have to author a plugin to handle this, but we
> can't find any mention of this in the specification.
>
> note that we are making the http response object available to the web
> service on the server side by putting a filter in front of the jax-rpc
> servlet, putting the response in thread local space, and grabbing it out
> in the web service.
>
> any information on this would be greatly appreciated.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>
Jeff

AFAIK the RI supports cookies, you dont need to do any parameter setting
(I believe there is some parameter in AXIS).

Session management should work too because taht is based on cookies by
default (the session ID cookie).

/s



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net