Exemplo n.º 1
0
 public string ToPlatString(int sessionMode)
 {
     if (sessionMode == (int)EnumPlatSessionMode.Session)
     {
         return(this.SessionKey);
     }
     return(PlatSessionUtil.ToCookieString(this));
 }
Exemplo n.º 2
0
 public string ToPlatString(int sessionMode)
 {
     if (sessionMode == (int)EnumPlatSessionMode.Session)
     {
         return(this.SessionKey);
     }
     this.AuthArgs = "uid=" + this.Uid + "&" + this.AuthArgs;
     return(PlatSessionUtil.ToCookieString(this));
 }