อัปเดตครั้งล่าสุดเมื่อ
21 ธ.ค. 2021
How to modify SSL parameters
Environment
AEM 6.2 SP1 CFP13
Question
How to get and modify the SSL parameters sessionCacheSize and sessionTimeout?
Answer
In order to modify the sessionTimeout, this can be done by modifying the Apache Felix Jetty Based Http Service in the felix console and adapting the values as necessary
However, regarding the sessionCacheSize, there is no way to control and limit the number of sessions. This will have to be done by the application code itself which should integration a limitation in the number of SSL sessions maintained in the session cache.