示例#1
0
        public void CloseSession(string sessionKey, string username, string password)
        {
            //Auth login and IP
            AuthorizeClient(username, password);

            LocalRepo.SessionKey = sessionKey;
            LocalRepo.CloseSession(sessionKey);

            RevisionLog.CloseCurrentLog(Core.Context.Current.MapPath("/app_data/courier/temp_log.temp"), false);
        }