Update article.md
This commit is contained in:
parent
71120d5968
commit
e8dcfd19ff
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ document.cookie = "user=John; max-age=3600";
|
||||||
|
|
||||||
// delete cookie (let it expire right now)
|
// delete cookie (let it expire right now)
|
||||||
document.cookie = "user=John; max-age=0";
|
document.cookie = "user=John; max-age=0";
|
||||||
```
|
```
|
||||||
|
|
||||||
## secure
|
## secure
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue