Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.10 EE GA1
-
7.0.x, 6.2.x
-
Committed
-
1.25
-
4
-
Regression Bug
Description
Solution Notes
The following portal property has been added:
# # When the property "session.timeout.auto.extend" is set to true, set the # number of seconds between when the extend process is launched and the # actual expiration of the session. # session.timeout.auto.extend.offset=0
Steps to reproduce it:
- Set the following properties in your portal-ext.properties file:
session.timeout=2 session.timeout.auto.extend=true session.timeout.warning=0
- Set the session timeout in the web.xml file:
<session-config> <session-timeout>2</session-timeout> </session-config>
- Start the server
- Log in
- Wait 2 minutes and click on any link
Results: The session is expired
Expected results: The session is not expired because it was extended automatically.
Attachments
Issue Links
- relates
-
LPE-15555 Session isn't auto extended when session.timeout.auto.extend is set to true
-
- Closed
-