Multiple choice technology web technology

When configuring session management for a Web container, which property represents the number of cached sessions?

  1. Session Expiry value

  2. Maximum in-memory session count

  3. L2 Cache Integration count

  4. Maximum wait on serial access

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Maximum in-memory session count property controls how many active sessions the Web container maintains in memory. Sessions beyond this limit may be passivated to disk or secondary storage.