public static int getSize() {
   synchronized (sSessions) {
     return sSessions.size();
   }
 }