Dear all,
i have a servlet application with session handling which works fine with apache-Jserv. I'm trying to port the same to apache-tomcat. I'm creating a session object in the login page which calls a servlet. but the session object is null in the servlet which is being called
i.e request.getSession(false) returns null.
Can anyone please help me?