5353: Added max_total_price. Added more tests for multiple node sizes.
[arvados.git] / services / keep-web / handler.go
index 21d58b7e029cae8e1a82b4737831e88addad9847..3e38cc35cad611b5944d5c68221f43989daf4bb5 100644 (file)
@@ -10,7 +10,6 @@ import (
        "net/url"
        "os"
        "strings"
-       "time"
 
        "git.curoverse.com/arvados.git/sdk/go/arvadosclient"
        "git.curoverse.com/arvados.git/sdk/go/auth"
@@ -180,7 +179,6 @@ func (h *handler) ServeHTTP(wOrig http.ResponseWriter, r *http.Request) {
                        Name:     "arvados_api_token",
                        Value:    auth.EncodeTokenCookie([]byte(t)),
                        Path:     "/",
-                       Expires:  time.Now().AddDate(10, 0, 0),
                        HttpOnly: true,
                })
                redir := (&url.URL{Host: r.Host, Path: r.URL.Path}).String()