Do you have <sessions-enabled>true</sessions-enabled> in your appengine-web.xml?
Stephen On Wed, Jun 22, 2011 at 9:18 AM, Mikael Hakman <[email protected]> wrote: > In a GWT RPC servlet I use HttpRequest.getSession(true) to create a session. > In another place in the same servlet I check for session by > HttpRequest.getSession(false). When running on Tomcat a new session is > created and propagated by standard JSESSIONID cookie. When running in > Development Mode in Eclipse on in AppEngine at Google no session is created. > Is this as it is supposed to be? Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
