BFE.dev
Front-End Interview Questions135. What attributes do Cookies have?

135. What attributes do Cookies have?

HTTP
Share

Basic attributes like max-age/expire/domain/path and other security attributes like secure/httpOnly/same-site, .etc. MDN explanation is a good reading material.

Also don't forget the Cookie Prefixes.

prevnext
Request SolutionAIPosts(2)