Try using request.getSession(false)...in the servlet and JSP.
>>> merrill.cornish@(protected) >>>
session is an implicit object in a JSP page. Therefore, you should
just reference session rather than "getting" it. Perhaps the get is
creating a new session.
Merrill
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)