That did the trick. Thank you very much Stephen. Mikael
> -----Original Message----- > From: [email protected] [mailto:google- > [email protected]] On Behalf Of Stephen Johnson > Sent: den 23 juni 2011 05:37 > To: [email protected] > Subject: Re: [google-appengine] No session created in AppEngine > > 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 google- > [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.
