When I scope an object to a session using the servlet extension, does Guice store it somewhere internally, or is it stored in the HttpSession under the hood? I ask because I'm developing for the Google App Engine, and if my app is running in multiple JVMs, GAE will ensure that the HttpSession objects are moved around as needed, but other objects won't be.
-- You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en.
