I'm not sure what the MyFaces CookieMap does actually. Faces provides you a Map of cookies using context.getExternalContext().getRequestCookieMap(). For an example of how that works see HtmlTreeRenderer.
Not sure what o.a.m.context.servlet.CookieMap is supposed to do really. I will check with the developers and see. sean On 5/27/05, Francesco Consumi <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd need to some user settings of my webapp, such as data filters, in cookies. > I've found the CookieMap class, but I haven't found any documentation > on how to use, e.g. how to get class instance for malipulating > cookies... > > any help ? > > thanks > >

