You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially think of a schema for a cookie that will later be used to generate the cookie component and the grid.
What should each cookie have? ID, name, description, image are good starting.
Make an array with the cookie object in a file called data.ts
Here are the different cookies:
Session Cookies
Persistent Cookies
Secure Cookies
HttpOnly Cookies
First-party Cookies
Third-party Cookies
Tracking Cookies
Zombie Cookies
Supercookies
SameSite Cookies
The text was updated successfully, but these errors were encountered:
Important, but relatively simple!
Essentially think of a schema for a cookie that will later be used to generate the cookie component and the grid.
What should each cookie have? ID, name, description, image are good starting.
Make an array with the cookie object in a file called data.ts
Here are the different cookies:
Session Cookies
Persistent Cookies
Secure Cookies
HttpOnly Cookies
First-party Cookies
Third-party Cookies
Tracking Cookies
Zombie Cookies
Supercookies
SameSite Cookies
The text was updated successfully, but these errors were encountered: