If you are using jsp - you need <[EMAIL PROTECTED] session='false'%> in your page
otherwise - a session is created for your whether you use it or not.
-Tim
Andy wrote:
Hi,
When I deploy my web app and call request.getSession(false), according to
the
javadoc, if a session does not exist null is returned. However I'm getting
an
object returned when I have not created a session myself.
The object is an instance of this class -
org.apache.catalina.session.StandardSessionFacade
As a result my unit tests, using mock objects, all work fine, but when I
deploy my application it breaks because a session is created incorrectly,
it seems to me.
I'm using Tomcat 5.5. Anybody care to enlighten me?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]