I have a problem with sessions and bea.
>From a applet I call a servlet with the jsessionid as query-parameter
in the url.
But the session is not reconstructed and lost.
HttpSession session = request.getSession();
In Tomcat my application works fine, but in bea the session is lost.
Have anybody an idea how to fix this problem?
best regards
Alexa