This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Increase Session expiry limit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Increase Session expiry limit" Watch "Increase Session expiry limit" New topic
Author

Increase Session expiry limit

Shailesh Pillai
Ranch Hand

Joined: Jan 24, 2006
Posts: 78
Hello Merill,
Previously, i had a post on Session Time out Problem. In that post, you specified in order to increase or decrease the session expiry time we need to do the following :

Specifying how long before a session expires can be done in your application server's admin interface or in your web.xml file.

Can you please specify what changes we need to do in the web.xml file to achieve the result.
[ September 15, 2006: Message edited by: Shailesh Pillai ]
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
The following sets the session timeout value to 30 minutes.



Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Increase Session expiry limit
 
Similar Threads
Automatic Redirect to Login page on Session Expire
HTTP status error 404
servlet Date tracking
Missing application web.xml, using defaults only
Handling Session TimeOut