Re: GWT processing of Set-Cookie Response header

2011-03-09 Thread Thomas Broyer
Browsers strip the Set-Cookie from XMLHttpRequest-s: http://www.w3.org/TR/XMLHttpRequest/#the-getallresponseheaders-method As for Cookies.getCookie(), I think some browsers might wait until the XHR's onreadystatechange (the event that calls GWT's RequestCallback) terminates to update the docume

Re: GWT processing of Set-Cookie Response header

2011-03-09 Thread Y2i
Does this happen in dev mode? There seem to be some issues with it http://code.google.com/p/google-web-toolkit/issues/detail?id=4181 http://code.google.com/p/google-web-toolkit/issues/list?can=2&q=cookie -- You received this mes

GWT processing of Set-Cookie Response header

2011-03-09 Thread Steve Hunt
Hi, I'm working on an app that is using a GWT UI but accessing an existing WADL resource using a request builder and ResponseCallback. On the initial login call to the service the remote server returns a JSessionId cookie as a Set-Cookie header parameter. In normal circumstances (ie if I access th