[appengine-java] Re: Instance startup/shutdown and sessions

2010-07-26 Thread Marcel Overdijk
Thanks for the update Jake. On Jul 26, 8:24 pm, Jake wrote: > Hey, > > Yes, sessions are stored in the datastore, make use of the memcache, > and behave as expected regardless of which instances are serving your > user.  However, you still face the same 1MB limit and this system, > obviously, onl

[appengine-java] Re: Instance startup/shutdown and sessions

2010-07-26 Thread Jake
Hey, Yes, sessions are stored in the datastore, make use of the memcache, and behave as expected regardless of which instances are serving your user. However, you still face the same 1MB limit and this system, obviously, only applies to values saved in the session; any class or application variab

[appengine-java] Re: Instance startup/shutdown and sessions

2010-07-26 Thread Marcel Overdijk
So GAE makes sure the preserve session data between shutting down/ starting up instances. Nice. On Jul 26, 12:44 pm, Shawn Brown wrote: > > What happens if between logged in user navigates to another page and > > the GAE instance was shutdown? > > I understand a new instance is started but what