Hi, I have a servlets based web application. I want the shiro to return HttpSession by in the following way:
Subject currentUser = SecurityUtils.getSubject(); HttpSession session = (HttpSession)currentUser.getSession(false) What configuration should I need to provide and where? Thanks -- View this message in context: http://shiro-user.582556.n2.nabble.com/How-can-I-access-the-HttpSession-in-Shiro-1-1-0-tp6228253p6228253.html Sent from the Shiro User mailing list archive at Nabble.com.
