Plumtree Tags API  
 

IEnvironment.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).

object GetUserSession();

Return Value

Object the user's session

See Also

IEnvironment Interface | com.plumtree.uiinfrastructure.uitasks Namespace