Aqualogic Interaction API  
 

IPTSessionInfo.RemoveSessionPreference Method

Removes a session preference for the current user. This information is cached.

Overload List

Removes a session preference for the current user. This information is cached.

void RemoveSessionPreference(string);

Removes a session preference for the current user. This information is cached. If bCSPEncode is true, the pref name will be CSP encoded before it's removed.

void RemoveSessionPreference(string,bool);

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace