This method looks up session preferences set for the current user.
This method looks up session preferences set for the current user.
string[][] LookupSessionPreferences(string[]);
This method looks up session preferences set for the current user. If bCSPEncode is true, the pref name will be CSP encoded before it's looked up; also, pref name and values will be CSP decoded before they're put into the array.
string[][] LookupSessionPreferences(string[],bool);
IPTSessionInfo Interface | com.plumtree.server Namespace