Class ClientSessionInfo

java.lang.Object
org.jivesoftware.openfire.session.ClientSessionInfo
All Implemented Interfaces:
Externalizable, Serializable

public class ClientSessionInfo extends Object implements Externalizable
Client session information to be used when running in a cluster. The session information is shared between cluster nodes and is meant to be used by remote sessions to avoid invocation remote calls and instead use cached information. This optimization should give an important boost to the application specifically while users are logging in.

Session information is stored after a user authenticated and bound a resource.

Author:
Gaston Dombiak
See Also: