浏览代码

wip:cookie

wangshan 4 月之前
父节点
当前提交
6c8fbf153b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

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

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