-
Problem with Session Timeout
I am using Tomcat 5.5
I have the following piece of code.
session.setMaxInactiveInterval(60) ;
In this case, the session times out after 1 min.
session.setMaxInactiveInterval(39600) ;
which indicates that the session would be timed out after 11 hours of inactivity.
But, this never happens and even after 11 hours of inactivity I can still use the application.
I have tried setting this to 3600 sec (1 hr)... but it doesnt work here too.
Can somebody tell me why is it so?
Similar Threads
-
By seemagaur in forum ASP.NET
Replies: 1
Last Post: 01-26-2006, 09:24 AM
-
By sunilbenjamin in forum ASP.NET
Replies: 0
Last Post: 10-10-2005, 12:12 PM
-
Replies: 0
Last Post: 10-30-2002, 04:40 AM
-
By Alejandro Beltran in forum ASP.NET
Replies: 1
Last Post: 01-31-2002, 08:15 AM
-
By Rishi Dhruv in forum Java
Replies: 0
Last Post: 11-15-2000, 01:41 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|