It seems that enabled HTTP session utilizes datastore very much. Because each HTTP request updates _expires field in _ah_SESSION table.
My app uses HTTP resource caching of course. But I expect that during first page load _expires datastore field is updated 20 times. This cosumes quota very fast. It seems that HTTP session is not usefull any more for free apps. Is it possible to make appengine to not update session tables every request but update it once in a hour for example? Another solution will be to have guest account. I need session for some specific users only. Is it possible to handle in this way? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/4TJ1rzM3q98J. 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?hl=en.
