September 2011
Intermediate to advanced
528 pages
19h 57m
English
The key performance goal when configuring session management is to make the server do the least amount of work to handle sessions and session persistence. Following is a summary of the key session management strategies:
Manage session persistence You can configure various session persistence mechanisms to suit your application needs, such as reliability, session failover, and the HTTP session size. If your application requires session failover, you can maintain replicated sessions or JDBC-based sessions. If you have a clustered environment, you can use replicated session persistence, which offers better performance than JDBC-based ...
Read now
Unlock full access