Re: session Manager "maxActiveSessions" alternative behavior : allow new session but expire old session

2025-01-08 Thread Christopher Schultz
Pascal, On 1/8/25 2:20 PM, Pascal Rigaux wrote: On some applications we have: - quite low number of users most of the time - high number of users twice a year These applications store quite a lot of information in session. To cope with the surge of users, we would need to: - either increase mx

session Manager "maxActiveSessions" alternative behavior : allow new session but expire old session

2025-01-08 Thread Pascal Rigaux
Hi, On some applications we have: - quite low number of users most of the time - high number of users twice a year These applications store quite a lot of information in session. To cope with the surge of users, we would need to: - either increase mx (Java max memory) - or use short session time