--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
<!-- HTTP Sessions are disabled by default. To enable HTTP sessions specify: --> <sessions-enabled>true</sessions-enabled>
<!-- It's possible to reduce request latency by configuring your application to asynchronously write HTTP session data to the datastore: -->
<async-session-persistence enabled="true" />
<!-- With this feature enabled, there is a very small chance your app will see stale session data. For details, see http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions -->