I just enabled Session in my Google AppEngine/Java + GWT application. And how do I use it? How do I get session ID and play will all good stuff from it? Are there any real e
Here is how you can get the session in GAE:
this.getThreadLocalRequest().getSession();