hi, i have an existing application that stores user session info. it is a standard web application. it allows me to monitor who is on, etc. i am simply gathering data from the HttpSession and HttpServletRequest objects for this.
i have created a web service using axis over http. i am passing along the HttpSession and HttpServletRequest objects i receive from the AxisServlet and registering this request in my session monitor. the question i have is regarding the timeout. axis returns a Session object and if you call getTimeout(), you get the servlet container's timeout. i have been able to just reset it but i haven't seen the session get dropped from my monitor. are there two sessions? is one of them the AxisServlet session making the request and the second one the session in the AxisEngine? in any event, i would like to be able to monitor the axis sessions. i don't know if the MessageContext has a way to give me back all active sessions or if i have to write another monitor for these sessions. thanks. jill