Public Instance Methods : SstSessionManager

* add: session
	"ACTION
		Add @session to the list of sessions managed by the receiver.

	PARAMETERS
		session : <SstSession>"
Categories
	SST-API Developer
* close: session
	"ACTION
		Close @session and stop managing its data/context.

	PARAMETERS
		session : <SstSession>"
Categories
	SST-API Developer
* closeAll
	"ACTION
		Close and stop managing the data/context for all sessions in the receiver."
Categories
	SST-API Developer
* generateSessionFor: request
	"ACTION
		Create and answer a new session for @request.  The new session is 
		an instance of the receiver's configured %sessionClass.

	PARAMETERS
		request : <IuSstRequest>

	RETURN VALUE
		<SstSession>"
Categories
	SST-API Developer
* open: session
	"ACTION
		Open @session and start managing its data/context.

	PARAMETERS
		session : <SstSession>"
Categories
	SST-API Developer
* owner
	"ACTION
		Answer the receiver's owner.  The %owner is the object (typically
		a server) for which the receiver is managing sessions.

	RETURN VALUE
		<Object>"
Categories
	SST-API Developer
* owner: value
	"ACTION
		Set the receiver's owner to @value.  The %owner is the object (typically
		a server) for which the receiver is managing sessions.

	PARAMETERS
		value : <Object>"
Categories
	SST-API Developer
* remove: session
	"ACTION
		Remove @session from the list of sessions managed by the receiver.

	PARAMETERS
		session : <SstSession>"
Categories
	SST-API Developer
* removeExpiredSessions
	"ACTION
		Remove all expired sessions from the receiver.  A session is 
		expired if it answers true to #hasExpired."
Categories
	SST-API Developer
* removeSessionNamed: key
	"ACTION
		Remove the session known as @key from the list of sessions 
		managed by the receiver.  @key is application-specific.

	PARAMETERS
		key : <Object>"
Categories
	SST-API Developer
* sessionFor: key
	"ACTION
		Answer the session known as @key in the list of sessions 
		managed by the receiver.  @key is application-specific.

	PARAMETERS
		key : <Object>

	RETURN VALUE
		<SstSession>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]