-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: Master
-
Component/s: Core Infrastructure
-
Labels:
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
session.timeout.auto.extend.offset should have a positive value at portal.properties
If is set to 0 causes Javascript process for extend session not to load correctly from the second time the process is invoked.
Javascript tries to reload the session just at the moment it has expired and this causes session data loss when we activate session.timeout.auto.extend or when we are not yet logged in (guest user has autoextend enabled by default).