I just started porting my GWT-RPC code to the new RequestFactory .
To prevent subprocess forgery (CSRF), my GWT-RPC code grabbed the session identifier that was stored in the cookie and included it in the request payload. Is this possible with RequestFactory ?
I understand that there are four required Locator methods, including findEntity(id_type id) ; so I think: oh honey, where can I put my session id?
David source share