diff --git a/kitchen/src/web/auth.rs b/kitchen/src/web/auth.rs index a0cd9cc..0f94fb0 100644 --- a/kitchen/src/web/auth.rs +++ b/kitchen/src/web/auth.rs @@ -97,6 +97,7 @@ pub async fn handler( .domain(domain) .secure(true) .path("/") + .permanent() .finish(); let parsed_cookie = match cookie.to_string().parse() { Err(err) => {