Why are you using request.getSession(false)? Instead why not use the overloaded method
request.getSession() which:
anonymous wrote : Returns the current session associated with this request, or if the
request does not have a session, creates one.
Here's the API reference:
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978968#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...