Session are stored in the Datastore (with "_ah_SESSION" kind). Every session have a separate Datastore Entity. They should scale as much as Datastore does.
Last I heard, the session data isn't removed automatically, it is something your application should do (using cron jobs, for example). I still can see session Entities from September in Data Viewer. A few months ago I heard that automatic cleaning is planned. On 30 ноя, 18:56, rubeey <[email protected]> wrote: > Hi, > > Can any knowledgble gentleman on this forum tell me, how does google > app engine handle scaling of sessions, > when i set "session enabled true " in appeninge web xml. > > is there any specific way to code, are there any restrictions on > session objects?, i basically want to know how the scaling differs > when session is enabled and when it is not? > > becos some of the web frameworks, require session enabled to be true > to work on appengine, > besides i want to know the best practices to code when session is > enabled. > > Thank you -- 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.
