Hi, the LoginSecurity-FAQ as well as many other tutorials refers to a session ID: http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ
Why should I use something like an "ID" for a session? I simply store the primary key of the current user in my session and it seems to be enough. The special topic in this FAQ is the remember functionality: Store the Session ID in a Cookie so that the user does not need to login every time. Should I store the User ID there? Isn't this dangerous? I believe that any client can manipulate its cookies to arbitrary values... Magnus -- 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.
