Test cookies in Google Chrome

·

·

For a project I needed to create my own cookies to audit that I took the information well. Well, as you have to do tests for everything, through the following order in Developer Tools > Console, we can use the following order:

document.cookie="keyofcookie=valueofcookie"

Where keyofcookie, would be the key or name of the cookie and valueofcookie the value of it.

Seen in: StackExchange


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.