×

Loading...

Does session work in WebSphere Test Environment of VisualAge for Java 3.5?

I am trying to write a servlet which creates session and a jsp
component will use this session. But when I test them in WebSphere Test Environment, it seems that jsp component can't get the session object. Does the session instance disappear so quickly? Who can tell me how long a inactive session object will stay in WTE?

Environment I am using:
VisualAge for Java 3.5 (support JDK1.2.2)
WebSphere Studio 3.5
WebSphere Test Environment

Thanks in advance.

Marco
Report