-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1
-
Fix Version/s: 6.2.X EE, 7.0.0 DXP FP11, 7.0.0 DXP SP2, 7.0.3 CE GA4, 7.1.0 CE GA1, 7.1.10 DXP GA1
-
Component/s: Frontend Infrastructure
-
Branch Version/s:7.0.x, 6.2.x
-
Backported to Branch:Committed
-
Story Points:1.25
-
Fix Priority:4
-
Git Pull Request:
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.
- relates
-
LPE-15555 Session isn't auto extended when session.timeout.auto.extend is set to true
-
- Closed
-