IBMSession |
The IBMSession interface extends the HttpSession interface of the
Servlet API to
allow the session to be maintained in a cluster (vio object serialization)
provide a measure of security for when a servlet attempts to access a session
allow customer control of the WebSphere concept of a HttpSession transaction in
a clustered, database mode of operation
With regards to security, WebSphere Application Server maintains the notion
of an authenticated or unauthenticated owner of a session. |