Using GlassFish b76, trying to access HttpSession as:
@Override
public void modifyHandshake(HandshakeRequest request,
HandshakeResponse response) {
HttpSession httpSession = (HttpSession)request.getSession();
System.out.println(httpSession);
System.out.println("Invoked from: " +
httpSession.getServletContext().getContextPath());
super.modifyHandshake(request, response);
}
But its returned as null. Is this functionality not implemented yet ?
Arun
--
http://twitter.com/arungupta
http://blogs.oracle.com/arungupta