Re: Cookie that doesn't get sent to server

2011-07-17 Thread Markus A.
Hi Jens, thanks for your reply. I had actually looked into this and was under the impression it requires HTML5, which is not quite that widely available yet. But maybe I misunderstood something. I'll have another look at it. Greetings, Markus On Sat, Jul 16, 2011 at 6:21 PM, Jens

Cookie that doesn't get sent to server

2011-07-16 Thread Markus
Hi everyone, got a quick question / call for some collective brain-storming: I need to store a small bit of data locally on the client without creating a dependency on flash, gears, ff3, etc. The way that seems most natural to me is to use a cookie, but I run into the following issues with

Aw: Cookie that doesn't get sent to server

2011-07-16 Thread Jens
You could use GWT's Storage API (simple key = value storage). I guess it works in all modern browsers. IE6 and IE7 are not supported. http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/index.html?com/google/gwt/storage/client/package-summary.html -- You received this message because you