Jesse Roach said the following on 05/19/2011 01:29 PM: > We have deployed an app to GAE and it uses a login which stores data > in the session. Pretty normal stuff. Once GAE spins up another > instance though, we lose that session. > > I do have > <sessions-enabled>true</sessions-enabled> > in my appengine-web.xml. I don't think OpenBD on GAE at the moment offers session replication across instances. Alan W. can confirm.
A solution is encrypted cookie values (ugh, I know) or use the Google datastore (although it may not be up to date for all accesses). .pjf -- Peter J. Farrell [email protected] [email protected] http://blog.maestropublishing.com Identi.ca / Twitter: @maestrofjp -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
