Beispiel #1
0
 private bool StoreSession(string username, string sessionId)
 {
     _db.DeleteSession(username);
     return(_db.InsertSession(username, sessionId));
 }