I'm working with Google App Engine and Google Datastore and the Objectify library and everything is fine, but I've noticed that the entity _ah_SESSION
is increasing too much and occupies more than 90% of the total size of my entities even though for now it's just me who is testing the application.
Is there a way to avoid this automatically?
For now what I do is delete the entities manually since it is the information of the sessions of the users.