-
Type: Feature
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.23.0
-
Component/s: appng-api, appng-core
-
Labels:None
Currently, the SessionListener accesses each request's http session to update the session usage data. In scenarios with a huge server load, this may not be the intended behaviour.
Also, an Environment eagerly accesses the http session, which might be obsolete in many cases.