I saw an entry similar to this elsewhere with an "answer" but unfortunately it doesn't work for me.
I've tried the following: getResponse().getCookieSettings().add(myCookieSetting); and... Series<CookieSetting> cookies = getResponse().getCookieSettings(); cookies.add(myCookieSetting); getResponse().setCookieSettings(cookies); and no cookie gets sent to the client. I even came across a hint that said when when using MacOS X to avoid using localhost but rather use 127.0.0.1 which I tried to no avail. I'm on Mac OS X Server (10.6) using Safari. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2697411

