Hi, You can configure it into the web.xml file of your webapp
For example in partymgr : applications/party/webapp/partymgr/WEB-INF/web.xml<session-config><session-timeout>60</session-timeout><!-- in minutes --></session-config>
Regards Gil On 17/02/2016 19:28, Skip wrote:
I have a requirement to increase the amount of time a logged-in-user keeps their credentials (session and login attributes). Can someone point me to the code and properties files that control this?
