Fixed default path in documentation
This commit is contained in:
parent
a162f2ce34
commit
b0f71c5304
|
@ -64,7 +64,7 @@ parameters available:
|
|||
|
||||
- `expires` (datetime): The time for the cookie to expire on the
|
||||
client's browser.
|
||||
- `path` (string): The subset of URLs to which this cookie applies. Defaults to 0.
|
||||
- `path` (string): The subset of URLs to which this cookie applies. Defaults to /.
|
||||
- `comment` (string): A comment (metadata).
|
||||
- `domain` (string): Specifies the domain for which the cookie is valid. An
|
||||
explicitly specified domain must always start with a dot.
|
||||
|
|
Loading…
Reference in New Issue
Block a user