Hi, I have an app in app engine standard that records session data to memcache. After seeing that it was persisted in the datastorage for some reason (I´m not fully understanding why), I´ve been researching how to clean up the expired session entries from datastore and have read that the best way to do it is with a cron. However, all the implementations I´ve seen are unofficial. How would be the right/correct way to do it? I haven´t been able to find it in the docs.
On the other side, I´m looking to invalidate a user's session created in memcaché and cannot find the right way to do it. Does anyone have any pointers in this direction? Is there any way to do it with some of the user´s details? (Search by a certain field stored in user session, etc.). Thanks. Miguel Pagán Murphy. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1618c13e-d6a0-41f1-a670-400f101db6e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
