Sunday, May 23, 2010

Re: History mechanism

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 <stefanbachert@yahoo.de> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment