Session times out very quickly and frequently - Need Help [message #174955] |
Wed, 31 May 2006 03:07  |
vikram_e
Messages: 6 Registered: April 2006
|
Junior Member |
|
|
Hi,
I have configured my web xml to timeout the session after 10 minutes of inactivity as below.
<session-config>
<session-timeout>10</session-timeout>
</session-config>
I am using Oracle 10g App Server (ver 10.1.2). In most of the occasions , the session is getting expired even while the user is working with the application, i.e., the session is active. But the session should expire only on 10 minutes of inactivity.
The same problem is not occurring on our testing servers, but only on the Production Server. Need somebody's help to fix this soon.
Thanks in advance.
|
|
|
|
|
|
|
|
Re: Session times out very quickly and frequently - Need Help [message #177128 is a reply to message #177125] |
Tue, 13 June 2006 03:10  |
vikram_e
Messages: 6 Registered: April 2006
|
Junior Member |
|
|
Its as below..
Customer when clicks the link, hits our WebCache. From where the call would be redirected to one of our (two) servers {load balanced}. Both the servers are running on Linux with identical configurations.
Application is deployed as a normal ear file on OC4J Instances on each of these servers. Java application is developed using Struts framework (JDeveloper as IDE).
WebCache is being maintained by other vendor, so do not know exact configurations of it.
{Thanks friend, for sparing time on this..}
|
|
|