Uiinfrastructure API Docs  
 

AActivitySpace.GetUserSession Method 

Return the user's Session. This is a generic Object that can be used for different kinds of sessions. This will have to be cast to the correct type of session (IPTSession for the portal).

public virtual object GetUserSession();

Return Value

Object the user's session

Implements

IEnvironment.GetUserSession

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace