Re: [appengine-java] Re: Clear particular session manually

2010-04-17 Thread Esteban Ignacio Masoero
Seleronm: Thanks for the suggestion, but sadly I've already tried that solution without success. I got all the _ah_SESSION entities, deleted them from the datastore, and also deleted them from the memcache, but it didn't work. I'm convinced that the admin console should provide a feature to

Re: [appengine-java] Re: Clear particular session manually

2010-04-16 Thread Esteban Ignacio Masoero
Hi david: Could you finally remove a complete session manually? Because I'm trying to do the same. What's the key that should be used in the memcache? Thanks, Esteban On Mon, Dec 28, 2009 at 1:32 AM, m seleron seler...@gmail.com wrote: Hi, Supplement is As another solution, I think

[appengine-java] Re: Clear particular session manually

2010-04-16 Thread seleronm
Hi, Though it is not a question to me I think that the following sources might be useful for the acquisition of the key used with memcache. DatastoreService service = DatastoreServiceFactory.getDatastoreService(); Query query = new Query(_ah_SESSION); PreparedQuery pq = service.prepare(query);

[appengine-java] Re: Clear particular session manually

2009-12-27 Thread m seleron
Hi, In detail though it doesn't examine I think that the following content serves as a reference. http://code.google.com/intl/us/appengine/docs/java/config/appconfig.html Please look at the chapter of[Enabling Sessions] and [prefix of _ahs] I think that key of memcache turns out by the value of

[appengine-java] Re: Clear particular session manually

2009-12-27 Thread m seleron
Hi, Supplement is As another solution, I think sessionCleanupServlet also useful for examining things. Thanks. On 12月28ζ—₯, 午後12:56, m seleron seler...@gmail.com wrote: Hi, In detail though it doesn't examine I think that the following content serves as a