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
*`value` - A string that will be the cookie's value.
38
38
*`max_age` - An integer that defines the lifetime of the cookie in seconds. A negative integer or a value of `0` will discard the cookie immediately. `Optional`
39
-
*`expires` - An integer that defines the number of seconds until the cookie expires. `Optional`
39
+
*`expires` - Either an integer that defines the number of seconds until the cookie expires, or a datetime. `Optional`
40
40
*`path` - A string that specifies the subset of routes to which the cookie will apply. `Optional`
41
41
*`domain` - A string that specifies the domain for which the cookie is valid. `Optional`
42
42
*`secure` - A bool indicating that the cookie will only be sent to the server if request is made using SSL and the HTTPS protocol. `Optional`
0 commit comments