Aqualogic Interaction API  
 

IPTSessionInfo.AddSessionPreference Method

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

Overload List

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);

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace