I need to clear a session manually from a servlet which has only the
id of the session which needs to be cleared (long story short this is
to overcome some limitation with flash not supporting cookies).

I need to delete both the session from datastore and memcache.

How can this be done ? (is the name of the entity in _ah_session table
the id of the session ? )
What is the key of the particular session for memcache ? can it be
derived from the session id ?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to