用户缓存实现方案

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

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

  

原文地址:https://www.cnblogs.com/deepalley/p/13434981.html