Configuring HTTP session managers

The HTTP session manager provides session replication capabilities for an associated application. The session manager works with the web container to create and manage the life cycles of HTTP sessions that are associated with the application.

About this task

[Version 8.6.0.5 and later]Tip: When you use sessions, you can end those sessions with the Session.close() method, which immediately nulls those sessions out. Using this method allows for pooling and prevents you from using a session after you close it.