This commit is contained in:
Ara Sadoyan
2026-06-26 16:32:58 +02:00
parent 707f725b88
commit f2e07a8d70
3 changed files with 10 additions and 11 deletions

View File

@@ -283,7 +283,7 @@ impl ProxyHttp for LB {
buf.push_str("; Path=/; Max-Age=");
buf.push_str(&val.to_string());
buf.push_str("; HttpOnly; SameSite=Lax");
let _ = _upstream_response.insert_header("set-cookie", buf.as_str());
let _ = _upstream_response.append_header("set-cookie", buf.as_str());
}
}