Hello, I apologise in advance if the answer is obvious for this question. We are trying to investigate (in an isolated cluster) whether our session attributes are getting lost somewhere in the process.
The issue is that we are setting it at a JSP Tag Level, however, when we do an AJAX request back to the same server, the session doesn't have the attribute set by the tag. Since it's two different servers, we would like to check using JMX whether this is present somewhere in session. Debugging has not resulted into a successful outcome. We appreciate if this is not possible, but just wanted to check if tomcat currently emits anything related to this. Regards,