users@jax-rpc.java.net

Re: cookie management between client and server

From: jeff <jeff.blattman_at_Sun.COM>
Date: Tue, 23 Dec 2003 15:39:55 -0800

it also occured to me that we could probably get by using http session
properties instead of cookies. so, if it is possible to enable http
session management between client and server, that would probably fit
our needs as well.

of course, http session management is only a restricted form of cookie
mangement, so these might actually be the same problem.

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