Hi @ all, I want to build a Suer-Management System, where Users can Login und persist personal Data. I found this article below, as a little how-to-guide.
http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ What I want, is to save a session id on the client, recieved from the server when logging in. Then for future RPC´s I want to automatically send the session-Id whit it, to identify the users. In the tutorial they say, send the session-Id within the payload of future RPC. My question is, how can I do this? How can I modify the payload, to send the session-Id with the RPC? The following question will be, how can I read this Id from the payload on the server? It would be nice if someone can help me. Greets Alex -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
