Hello,
I wanted some inputs on the following senario... I have an application running on
Struts - Weblogic - Oracle Framework. We have been using Siteminder and LDAP authentication with Weblogic. The problem is as follows...
Once a user logs in and is authenticated by Siteminder, there is a complex calculation that takes place in one of the Applications' modules ( which takes more than 1Hr.) Now so that the Weblogic session does not get timed (set to 30 min timeout) out we have written a refresh logic on the
JSP that pings the Database every 90 seconds...
we are using the following URL which POSTs and redirects to the same JSP.
URL=/rms/RFGenerate.do?actionString=refresh_complete&PERMISSION_CODE=RevenueForecasting&REPORT_NAME=RevenueForecasting&REQUEST_TYPE=report&distribution=VIEW&format=CSV
Even though this work well when we do not use Siteminder Authentication, with Siteminder, the Application gets timed out (redirects to login page) even though the calculation is continuning in the Background. I understand that there a 2 different timeout parameters for Siteminder and Weblogic. What I want to understand is how can siteminder timeout the session even though I am sending a request to the server every 90 seconds.
Also if someone can guide me for the solution of such a problem...
Thanks in advance