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
Copy file name to clipboardExpand all lines: Docs/Utilities/Cookie.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Reads and writes a cookie.
8
8
* path - (*string*: defaults to '/') The path the cookie belongs to.
9
9
* duration - (*number*: defaults to false) The duration of the cookie (in days) before it expires. If set to false or 0, the cookie will be a session cookie that expires when the browser is closed.
10
10
* secure - (*boolean*: defaults to false) Stored cookie information can be accessed only from a secure environment.
11
+
* httpOnly - (*boolean*: defaults to false) Stored cookie information can be accessed only on the server.
0 commit comments