mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Update cookie-jar-overflow.md
This commit is contained in:
parent
a604b20124
commit
c5ea241402
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</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
|
||||
// Set many cookies
|
||||
|
|
Loading…
Add table
Reference in a new issue