R
Rick
When testing my struts code using MockStrutsTestCase the HttpSession
method getCreationTime() returns -1. A negative value suggests some
kind of failure but I can't find any reference to this value in the
API doc. Is it possible to have a session that has a negative creation
time? If so how can this happen?
When I run my code as a regular webapp under Tomcat 5.0.18 all runs
ok.
Rick
method getCreationTime() returns -1. A negative value suggests some
kind of failure but I can't find any reference to this value in the
API doc. Is it possible to have a session that has a negative creation
time? If so how can this happen?
When I run my code as a regular webapp under Tomcat 5.0.18 all runs
ok.
Rick