Not sure about the 2 KB thing, its browser specific. AFAIK, newer browsers allow more than 2K in the url.
But in general, there is always a limit to the state that can be stored on the client side. After a certain point, you'd have to store opaque tokens that can only be understood by the server. --Sri On 23 May 2010 22:16, Stefan Bachert <[email protected]> wrote: > Hi, > > the history mechanism is based on urls. > Urls are limited. My memory says 2KByte is the limit of an url. > This implies, that the GUI-state may not exceed this limit, too. > > Do you agree with this? > > Stefan Bachert > http://gwtworld.de > > -- > 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]<google-web-toolkit%[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.
