Thank you for your reply.
I used the first suggestion and for spring context I used this:
AfbManager afbManager = null;
HttpSession session = sessionEvent.getSession();
ApplicationContext ctx =
WebApplicationContextUtils.
getWebApplicationContext(session.getServletContext());
afbManager = (AfbManager) ctx.getBean("afbManager");
Another question:
How can I read from the ControllerContext the Session. I need the sessionId...
Thank you for your reply.
I used the first suggestion and for spring context I used this:
Another question:
How can I read from the ControllerContext the Session. I need the sessionId...