IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.xs.sessionmanager

This package contains the interfaces related to eXtreme Scale HTTP session management.

See:
          Description

Interface Summary
SessionIDOverride This interface can be implemented by WXS Http session replication users who want to control the user session identifier.
SessionIDOverride.InitializationContext An implementation of this interface will be passed in to all SessionIDOverride.init(InitializationContext) calls so the SessionIDOverride implementation can be initialized
SessionIDOverride.SessionIDContext An implementation of this interface will be passed in to all SessionIDOverride.getID(SessionIDContext) calls so the SessionIDOverride implementation can determine the unique session identifier for the end user
 

Package com.ibm.websphere.xs.sessionmanager Description

This package contains the interfaces related to eXtreme Scale HTTP session management.

Overview

The SessionIDOverride interface provides the user a method to customize the unique identifier for a give user session.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.