[appengine-java] Invalidating users session

2010-08-06 Thread Ice13ill
This is more of a java servlet/session question, but it's also referring AppEngine's user service: Is there a way of invalidating a certain user's session ? for example, an admin modifies a certain user's permissions and because of that, i need to invalidate that user's session. Can i do this with

Re: [appengine-java] Invalidating users session

2010-08-07 Thread Hariharan Anantharaman
When i tried using session.Invalidate method, during logout, the logout time increased and the cpu consumption by logout was also high. I could not find reason behind it. Thanks Hari 2010/8/6 Ice13ill > This is more of a java servlet/session question, but it's also > referring AppEngine's user