diff --git a/contrib/backends/srndv2/src/srnd/frontend_http.go b/contrib/backends/srndv2/src/srnd/frontend_http.go index e032f96..1bf8e71 100644 --- a/contrib/backends/srndv2/src/srnd/frontend_http.go +++ b/contrib/backends/srndv2/src/srnd/frontend_http.go @@ -996,6 +996,7 @@ func (self *httpFrontend) serve_captcha(wr http.ResponseWriter, r *http.Request) id, ok := s.Values["captcha_id"] if ok { redirect_url := fmt.Sprintf("%scaptcha/%s.png", self.prefix, id) + s.Save(r, wr) http.Redirect(wr, r, redirect_url, 302) } else { captcha_id := captcha.New()