diff --git a/pkg/arvo/sys/vane/eyre.hoon b/pkg/arvo/sys/vane/eyre.hoon index 3adc422a4..9aabcda8a 100644 --- a/pkg/arvo/sys/vane/eyre.hoon +++ b/pkg/arvo/sys/vane/eyre.hoon @@ -1092,7 +1092,7 @@ ^- @t %- crip =; max-age=tape - "urbauth-{(scow %p our)}={(scow %uv session)}; Path=/; Max-Age={max-age}; HttpOnly" + "urbauth-{(scow %p our)}={(scow %uv session)}; Path=/; Max-Age={max-age}" %- format-ud-as-integer ?. extend 0 (div (msec:milly session-timeout) 1.000) diff --git a/tests/sys/vane/eyre.hoon b/tests/sys/vane/eyre.hoon index c9c115a6e..f8fd9ba0f 100644 --- a/tests/sys/vane/eyre.hoon +++ b/tests/sys/vane/eyre.hoon @@ -2347,5 +2347,5 @@ :: ++ cookie-string %^ cat 3 cookie-value - '; Path=/; Max-Age=604800; HttpOnly' + '; Path=/; Max-Age=604800' --