Re: Accessing Tomcat Sessions

2023-04-06 Thread Christopher Schultz
Chew Kok, On 4/5/23 20:31, Chew Kok Hoor wrote: Thanks for your suggestion. Do you have any url reference / resource related to getting JMX from within the same JVM? I am currently accessing from a servlet when verifying sessions. You need to know how to access the JMX management system in

Re: Accessing Tomcat Sessions

2023-04-05 Thread Chew Kok Hoor
Hi Chris, Thanks for your suggestion. Do you have any url reference / resource related to getting JMX from within the same JVM? I am currently accessing from a servlet when verifying sessions. Thanks. Regards, Kok Hoor On Thu, Apr 6, 2023, 1:56 AM Christopher Schultz <

Re: Accessing Tomcat Sessions

2023-04-05 Thread Christopher Schultz
Mark and Chew Kok, On 4/3/23 12:47, Mark Thomas wrote: On 02/04/2023 13:44, Chew Kok Hoor wrote: Hi, As part of a way to prevent concurrent login, and to re-assign a session back to a request based on JWT token (for clients that cannot pass us cookies), we need to access to the

Re: Accessing Tomcat Sessions

2023-04-03 Thread Mark Thomas
On 02/04/2023 13:44, Chew Kok Hoor wrote: Hi, As part of a way to prevent concurrent login, and to re-assign a session back to a request based on JWT token (for clients that cannot pass us cookies), we need to access to the 'findSession' and 'findSessions' in org.apache.catalina.Manager.

Accessing Tomcat Sessions

2023-04-02 Thread Chew Kok Hoor
Hi, As part of a way to prevent concurrent login, and to re-assign a session back to a request based on JWT token (for clients that cannot pass us cookies), we need to access to the 'findSession' and 'findSessions' in org.apache.catalina.Manager. Is it true the only way to get the