Read this http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ <http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ>
2011/3/22 Johannes Stein <[email protected]> > And how can i track the session id? I can store the sessionId at the > client-side (for users which have cookies disabled), but if they > reload the client-side the sessionId will be lost. > So, what do you think: Will it be a "good solution" to add the > sessionId into the URL to enable session tracking for users without > cookies enabled? Or is there another way? > > Regards > > On 18 Mrz., 05:04, Juan Pablo Gardella <[email protected]> > wrote: > > No. SessionId is create. > > > > 2011/3/17 Johannes Stein <[email protected]> > > > > > > > > > > > > > > > > > Cookies are fine, but what happens if cookies are disabled? > > > Then two sessions will be created by the server, or not? > > > > > On 17 Mrz., 12:40, Uemit <[email protected]> wrote: > > > > It depends how session management is done on the client. If you use > > > cookies > > > > to store the session id it should make no difference as long as you > > > > communicate with the same domain (Cookies are domain specific). > > > > If you open gmail in two tabs in your browser you won't have to > > > authenticate > > > > twice only one time right?. Both gmail instances will share the > session. > > > > > -- > > > 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. > > -- > 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. > > -- 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.
