mirror of
https://github.com/carlospolop/hacktricks.git
synced 2023-12-14 19:12:55 +01:00
Merge pull request #529 from TalebQasem/patch-68
Update cookie-jar-overflow.md
This commit is contained in:
commit
a1eed4042d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
The browsers have a **limit on the number of cookies** that they can store for a page. Then, if for some cause you need to **make a cookie disappear**, you can **overflow the cookie jar** as the oldest ones will be deleted before:
|
The browsers have a **limit on the number of cookies** that they can store for a page. Then, if for some reason you need to **make a cookie disappear**, you can **overflow the cookie jar** as the oldest ones will be deleted before:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Set many cookies
|
// Set many cookies
|
||||||
|
|
Loading…
Reference in a new issue