Avoiding Session Timeout for long processes
843833May 10 2002 — edited May 10 2002Hello all,
I am running WebLogic 6.1 on Win2K.
There is one place in our app where I am calling a stored procedure that takes a very long time to complete. We have the session timeout set to 20 minutes for the app but this procedure could potentially run so long that the session times out before it returns. Is there any way to programatically "REFRESH" the session without doing it at the application level? Thanks for the input.