I am developing a web application with GWT and GWTP. I look into the wiki page of GWTP and do the protection against XSRF attacks follow the instruction. It runs ok in the Dev mode.
Now I deployed it to the Tomcat Server. But in the console, it keeps telling me no cookie sent by client in RPC. And the result is no RPC call is able to execute as it is considered to be a XSRF attack.
Could anyone tell me what's wrong with it? Is it because of the Tomcat setting, since the app runs ok in Dev mode.