Skip to content

Commit 9adf53e

Browse files
committed
Ensuring the IsEssential property of CookieOptions is carried
1 parent b505487 commit 9adf53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Http/src/Internal/ResponseCookies.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public void Delete(string key, CookieOptions options)
169169
Secure = options.Secure,
170170
HttpOnly = options.HttpOnly,
171171
SameSite = options.SameSite
172+
IsEssential = options.IsEssential
172173
});
173174
}
174175

0 commit comments

Comments
 (0)