Exemple #1
0
 public void Clear(string key)
 {
     SessionStore.Clear(CreatePrefixedSessionKey(key));
 }