This won't be possible on GAE - you have no guarantee that you're in the same JVM instance for parallel requests and in all likelihood won't be.
On Feb 7, 3:54 pm, Ioannis Cherouvim <[email protected]> wrote: > Hello > > I'm printing the http session hashcode and locally it's always the > same across requests. On production though it's always different. > > Does this mean that the actual HttpSession instance on the JVM is > always re-created from scrach? If so, how can I serialize http request > processing from the same client based on his http session? Is it > possible? > > thanks a lot > > p.s In spring mvc this is done by setting synchronizeOnSession to > true:http://static.springsource.org/spring/docs/2.5.6/api/org/springframew... > and theoretically it would not work on GAE/J -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
