Enabling session hits Datastore free quota very quickly
27 views
Skip to first unread message
Andrew Osipenko
unread,
Nov 15, 2011, 7:26:01 AM11/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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?