public static void Active(string ID) { _session.Active(ID, _timeOut); }
public void Active(string ID) { _sessionCache.Active(ID, _freeTime); }