hi,

I have run the following code at Tomcat 5.0 and I got the sessionCookie, 
but when I run 
it at websphere 6, sessionCookie become null. so I can't continue the 
test.



    public void beginSuccessForward(WebRequest theRequest) {

        HttpSessionCookie sessionCookie = theRequest.getSessionCookie();
        assertNotNull("Session cookie should not be null", sessionCookie);
        theRequest.addCookie(sessionCookie);
     }


Thanks for any help you can provide.

Reply via email to