diff --git a/webcontroller/template_data.go b/webcontroller/template_data.go index 5b088bc..ec8ab9a 100644 --- a/webcontroller/template_data.go +++ b/webcontroller/template_data.go @@ -58,6 +58,7 @@ func (wc *WebController) newTemplateData(w http.ResponseWriter, r *http.Request) Value: "", Path: "/", Expires: time.Unix(0, 0), + Domain: wc.conf.SessionCookieDomain, }) } return t