aspose file tools
The moose likes Websphere and the fly likes Websphere session timeout issues 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 » Products » Websphere
Reply Bookmark "Websphere session timeout issues" Watch "Websphere session timeout issues" New topic
Author

Websphere session timeout issues

somesh sai
Greenhorn

Joined: Mar 22, 2004
Posts: 9
Hi,

We are overriding the session timeout of websphere server using setMaxInactiveInterval() method.

The session is alwasy timing out with 2-3 mins delay. Have you ever faced such issue and have any resolution.

I appreciate your help.

Thanks,
Somesh
Oggi Olli
Ranch Hand

Joined: Oct 11, 2007
Posts: 83
Maybe consult the server admin console. I'm not sure whether it overrides whatever setting you put in setMaxInactiveInterval, but you can try see if it works to adjust it there. Go to Applications -> Enterprise applications -> yourEARProject -> session management to find the server setting.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Websphere session timeout issues
 
Similar Threads
difference in actual and specified timeout
Handle window close event
session timeout
Setting session timeout dynamically in Java code
Session times out while a request is being processed