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 <gardellajuanpa...@gmail.com>
wrote:
> No. SessionId is create.
>
> 2011/3/17 Johannes Stein <johannes.st...@googlemail.com>
>
>
>
>
>
>
>
> > 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 <uemit.se...@gmail.com> 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 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.

-- 
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.

Reply via email to