Adds a session preference for the current user. This information is cached and not persisted to the database.
Adds a session preference for the current user. This information is cached and not persisted to the database.
bool AddSessionPreference(string,string);
Adds a session preference 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 AddSessionPreference(string,string,bool);
IPTSessionInfo Interface | com.plumtree.server Namespace