|
@@ -33,6 +33,7 @@ func (l *mergeFilter) Do() bool {
|
|
|
if phone == "" && qu.Int64All(l.GetSession["experience_binding"]) == 1 {
|
|
|
jy.SetCookie(l.W, l.R, jy.ExperienceSign, "experiencing", fmt.Sprintf(".%s", l.R.Host), 7*60*60)
|
|
|
} else {
|
|
|
+ log.Println(phone, "--experiencing--", l.GetSession["experience_binding"])
|
|
|
jy.SetCookie(l.W, l.R, jy.ExperienceSign, "experiencing", fmt.Sprintf(".%s", l.R.Host), -1)
|
|
|
}
|
|
|
if flushSession, _ := l.GetSession["flushSession"].(bool); flushSession {
|