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