Team Elements

Status: Caution PostgreSQL Open Source Initiative (OSI) Java
PUBLIC PROFILE

Back to topics

Issues and Open Discussion

question about timeout

You need to be logged in to post messages

question about timeout

3/7/2007 5:21 PM EST

I noticed that the system has a default timeout, i.e., after certain time the user will be automatically logged out. Is it possible to configure this so that the user will never be logged out automatically?

Thanks a lot!
 

1. 3/8/2007 11:45 PM EST
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

The default minutes is defined by a web application in the web.xml file (located in WEB-INF).
Here's the setting to look for:

<session-config>
<session-timeout>60</session-timeout>
</session-config>

If you need something else, then change it here. Later on this could be added to the Team Elements web-based configuration.

2. 3/9/2007 1:45 AM EST

got it. Thank you very much.

2 results found