Aqualogic Interaction API  
 

IPTMyPortal.AddSessionPreference Method 

Adds a session preference for the current user. This information is cached and not persisted to the database.

void AddSessionPreference(
   string strSessionPreference,
   string strValue
);

Parameters

strSessionPreference
- The name of the preference to set.
strValue
- The value to associated with the above preference.

See Also

IPTMyPortal Interface | com.plumtree.server Namespace