This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Oct 24, 2014, 5:32 PM
453 Posts

Session Time Outs

  • Category: Other
  • Platform: All
  • Release: 9.0
  • Role: Administrator,Developer
  • Tags:
  • Replies: 3

In an XPages database I have set the both the session and application time outs to 480 minutes, but it seems to persistently time out at 30 minutes. The server has been rebooted and the HTTP task restarted several times but it continues to time out. I know that I can add the keep active control on the page and I might yet do that, but setting these two values to 480 minutes does not seem to do what I believe they should.

The setup for this is that the user logs into a mainDB (where the time outs are set) then from an XPage in the mainDB it pulls a document from another DB (call it the targetDB) and works with it in the XPage, when finished it saves it back to the targetDB. So I don't think that I need to set the time out in the  targetDB as well, not a big deal if that is the case but not sure why it would need to do so because I think the time out applies to the XPage in the mainDB.

In the XPages Configuration it talks about server setting for time out but I can't find where that would be set.

Oct 24, 2014, 11:03 PM
14 Posts
ymay be looking for the server's idle session timeout

Itll timeout the user session with the server. That timeout is configured in the Domino Directory.

I would strongly recommend adding keepalive to any pages where this matters, refreshing 2 min prior to the smallest session timeout. it is often a better resource handler, cleaning up closed web pages more effectively & quickly.

I dont have a Domino Directory readily available, so, going from memory ...

I think the setting is in the "Servers" document under "Internet Protocols". From there its looking for the Web server's "idle session timeout". Beware, there are multiple timeouts, youre not looking for the servlet timeout, and youre not looking for the Notes session timeout. It is associated with either HTTP or the Web Server.

The timeout should be about the same as the application's session timeout.

If you have separate websites on the server, there may be something in the website doc too. I dont remember for sure, but it is also in the Domino Directory.

Oct 25, 2014, 3:10 PM
453 Posts
Idle Thread Timeout = 0

Which says the server never drops a thread, so I would think that the XPages time out settings would be the time out. But that does not appear to be the case. XPages Session and application timeout are both 480 minutes, but sessions seem to be timing out at about 30 minutes. I can set teh keepalive and it says to set it for a few minutes less than the default but which default?

Oct 29, 2014, 2:39 AM
14 Posts
I dont think thats how the server setting works,

I would think a zero setting will push the server to default:30 minutes. Set it higher, it'll sit idle, taking up memory for longer for people who have left.

A keepalive at 27 min would keep the server session and the app session alive as long as someone  has a page open. Memory frees faster on those with no pages open, while the session remains on those who still have the page open.

I set up an extensive data input form this way with a lot of comment fields, and it worked well for that.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal