Public Class Methods : SstHttpSession

* cookieClass
	"ACTION
		Answer the class of cookie used by instances of the receiver.

	RETURN VALUE
		<Class>"
Categories
	SST-API Developer
* resolveSessionFor: request using: manager
	"ACTION
		Resolve and return the session for @request in the sessions 
		managed by @manager.  If none is found as we are configured 
		to autogenerate sessions, build and return a new session related to 
		@request.  The found/built session is added to @manager and 
		associated with @request.

	PARAMTERS
		request : <IuSstRequest>
		manager : <SstSessionManager>

	RETURN VALUE
		<SstSession>"
Categories
	SST-API Developer

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