Hello all, I've just successfully tested it with the source given previously in this thread using the current code of the trunk and the 2.0 branch with Firefox, chrome and opera on ubuntu. Are you running your app on a servlet container?
Best regards, Thierry Boileau 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 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2697505

