Hi According to article LoginSecurityFAQ, http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ , I have a point that I really want someone to make it clear for me.
>From the article, "Your server will then validate this login, and return a sessionID to your GWT app. The GWT app will store this sessionID in a static field. For every further request your GWT app makes to your server, include this sessionID in the payload of the request. (Either in the JSON data or the object you are transferring using GWT-RPC)." I assume the server returns the sessionId by RPC to the client after validation. How can I "include this sessionID in the payload of the request" using GWT-RPC? How can I tell the sessionID is in the payload of the request or not in the payload? Thanks Ming -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.