Re: Question on HttpSession investigation

2020-02-12 Thread Konstantin Kolinko
пн, 10 февр. 2020 г. в 02:32, M. Manna : > > [...], 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

Re: Question on HttpSession investigation

2020-02-10 Thread Luis Rodríguez Fernández
Hello M. Manna, I do think HttpSession.getAttributeNames(), HttpSession.getAttribute(name) should be good enough for debugging your issue. You can have a look at the good and classic examples servlet [1] included in every tomcat distribution. If you want to be sure what server is serving your

Question on HttpSession investigation

2020-02-09 Thread M. Manna
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