I want my users session to be active as long as they have their browser window open. To do so I specify the following parameters in the portal-ext.properties:
session.timeout=5
session.timeout.warning=0
session.timeout.auto.extend=true
Now session.timeout is said to be overriden by the session-timeout setting in web-xml. What exactly that setting should be to make the whole thing work? Should it be same 5 mins? But I suspect that my sessions all timeout in 5 mins then without extension. Or should I delete this setting from web.xml completely?
Thanks, Alex.
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.