Re: ids of all active sessions

2016-01-25 Thread João Sávio
I think you can also retrieve them via JMX Regards 2016-01-23 9:05 GMT-02:00 Kaouthar Ghorbel : > thanks Thomas ☺ > > 2016-01-18 10:02 GMT+01:00 Thomas Scheffler >: > > > Am 18.01.16 um 09:35 schrieb Kaouthar Ghorbel: > > > >> Hello everyone

Re: ids of all active sessions

2016-01-23 Thread Kaouthar Ghorbel
thanks Thomas ☺ 2016-01-18 10:02 GMT+01:00 Thomas Scheffler : > Am 18.01.16 um 09:35 schrieb Kaouthar Ghorbel: > >> Hello everyone I want to retrieve the ids of all active sessions in the >> servlet. >> >> thanks for your help :) >> >> > Hi Kaouthar, > > look for

Re: ids of all active sessions

2016-01-18 Thread Thomas Scheffler
Am 18.01.16 um 09:35 schrieb Kaouthar Ghorbel: Hello everyone I want to retrieve the ids of all active sessions in the servlet. thanks for your help :) Hi Kaouthar, look for the HttpSessionListener and collect that information on your own: