I am using Tomcat 6.0, JSF2.0.2
I realized that randomly HttpServletRequest getSession method, returns null.
I could the session randomly be null?
How can I debug who sets the session to null?
I checked it with request.getSession(true) and it returns null. How could it be that it cannot create a session?