You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A c.Domain containing illegal characters is not// sanitized but simply dropped which turns the cookie// into a host-only cookie. A leading dot is okay// but won't be sent.d:=c.Domainifd[0] =='.' {
d=d[1:]
}
fmt.Fprintf(&b, "; Domain=%s", d)