You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Cookies
* Update features/cookies.yml
Co-authored-by: Daniel D. Beck <[email protected]>
---------
Co-authored-by: Daniel D. Beck <[email protected]>
Copy file name to clipboardExpand all lines: features/cookies.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
draft_date: 2024-10-21
2
-
name: HTTP State Management Mechanism
3
-
description: TODO
1
+
name: Cookies
2
+
description: The `Set-Cookie` HTTP header stores limited amounts of data that persist across request and response, creating shared state between the browser and server.
0 commit comments