wangshan пре 4 месеци
родитељ
комит
b8f1c0ffcd
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

+ 1 - 3
src/jfw/modules/subscribepay/src/service/userAccountInfo.go

@@ -803,9 +803,7 @@ func (this *UserAccount) PhoneBind() {
 				host = "." + host
 			}
 			this.Session().Del("experience_binding")
-			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear01", host, -1)
-			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "experiencing", host, -1)
-			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear02", this.Request.Host, 2*60)
+			jy.SetCookie(this.ResponseWriter, this.Request, jy.ExperienceSign, "clear01", host, 2*60)
 		}
 	}
 	this.ServeJson(NewResult(rData, errMsg))