Aqualogic Interaction API  
 

IPTSessionInfo.AddSessionPreferences Method 

Adds session preferences for the current user. This information is cached and not persisted to the database. If bCSPEncode is true, preference name and values will be CSP-encoded.

bool AddSessionPreferences(
   string[][] arrPrefNameValues,
   bool bCSPEncode
);

Parameters

arrPrefNameValues
- Name value pairs of preferences to be set.
bCSPEncode
- Whether or not the pref name/values should be CSP encoded.

Return Value

False if the preference was not set due to session pref memory limits, true otherwise

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace