Sessions enabled - do we have to clean them up ourselves?
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-04-26T03:47:45Z
Indexed on
2010/04/26
3:53 UTC
Read the original article
Hit count: 200
google-app-engine
Hi,
When we turn sessions on in google app engine like:
// appengine-web.xml
<sessions-enabled>true</sessions-enabled>
does app engine automatically clean up expired sessions, or do we have to do it ourselves? After turning them on, I see in the datastore that some entries are being generated like _ah_session, I'm wondering if those are them?
Thanks
© Stack Overflow or respective owner