用户缓存实现方案

  protected virtual void InitUcoHandle()
        {
            this.CheckLogin();

            (_uco as LibBaseUCO).UserHandle = Session["UserHandle"] as UserHandle;
            this._uco.ProgId = this.ProgId;
        }

  

posted @ 2020-08-04 18:17  八英里  阅读(175)  评论(0编辑  收藏  举报