Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
-
None
Description
Currently, session timeout is configured in apps separately, but session is shared globally, so the smallest one take effects, and it will not take effort separately for different apps.
Then it is both inconvenient and confusing to increase session timeout value, as all values in those files need to be updated.
I think a global web.xml is needed, to simplify session timeout configuration.