You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Richard Jacob <ja...@apache.org> on 2005/01/17 18:50:39 UTC

Re: how get cookie

Paolo Spizzirri wrote:

>Hi,
>this is may problem. I'm asking some portlets from vignette......after
>making getServiceDescription(), in response  the field
><requiresInitCookie> is set to "perGroup"....so i've invoked the
>initCookie method. Now my question is: how get cookie set by producer?
>Thank's.
>Paolo
>
>
>  
>
The producer is supposed to set the http cookie on the setCookie call, 
i.e. the setCookie response should contain a setCookie HTTP header if 
the producer wants to set one.
The cookies are stored within the axis generated stubs.

cheers
Richard