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

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

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