Hallo.
i have a problem with websphere 5.0. I'm using a
Java Servlet (jdk 1.3.1 -HttpServlet) thats providing database services (Oracle 8.1).
a client make a request to the servlet (the application is runing in a websphere 5.0 server), the servlet is connecting to the Database and accomplishing a select statement. the response is given back to the client, who has made the request. necessary data is hold in a HttpSession that timesout after 20 minutes. the client can decide to make another request with the same session(using url-rewriting with session-id, no cookies). a select statement can run between a few seconds and more then 20 minutes.
with websphere 3 there is no problem. but with websphere 5.0:
after exactly 5 minutes, if the statement has not ended and the servlet has not send the response, it seems that the servlet proccess starts at the beginning and assess that the session is allreadey in use and aborts.
Its always exactly after 5 minutes. in the adminconsole of websphere there is no adjustment with 5 minutes. its no session timeout. only the application seems to rerun without a reason!
Whats the Problem? I need help.
S.Hennig