The thing is that I use the local I use the built-in Jetty server of GWT as development server. In the end the application will run on JBoss. For now I want to have it working on Jetty. I've searched the web, but I couldn't find Jetty session configure anywhere.
On Dec 13, 3:19 pm, Ed <[email protected]> wrote: > This has nothing to do with GWT. > Check your documentation of your servlet container. > Your web container is responsible for session management and not > touched by GWT. > > You can check your session id in Chrome or FF (FireCookie) development > tools. > Note: a session id is stored in a cookie (most of the times) and a > cookie is attached to a domain (check your domain usage). > - Ed > > On Dec 13, 2:48 pm, Jens <[email protected]> wrote: > > > > > > > > > Normally this should work out of the box with your servlet container I > > guess. > > > Do you have a valid JSESSIONID cookie (or a similar named cookie that holds > > the server session id) set in your browser and will it be transmitted to > > your servlet container (try to log request.getCookies())? > > > -- J. -- 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.
