I'm working on GWT application which has REST backend. Also I'm using RESTEasy and RestyGWT library.
Now I've created permanent cookie on server side and it's been returned to client(I can see it's stored in browser cookie list) but when I make new REST call cookie is not send to server. I've checked with firebug. However JSESSIONID is sent both ways with no problem. I've assumed that this is done implicitly, but is there something extra I need to do?