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)
 		}
 	}