On Wednesday, February 13, 2013 3:40:57 PM UTC+1, Zied Hamdi OneView wrote: > > Is it normal that all cookie content is sent to the server on each request? >
That's what cookies are for! If that's not what you want, then use the Web Storage APIs (sessionStorage or localStorage); they're available in GWT as com.google.gwt.storage.client.Storage<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/storage/client/Storage.html> . -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
