BFE.dev
buy us
a coffee
Codingproblems
Reactproblems
JavaScriptquizzes
Reactquizzes
TypeScriptpuzzles
CSSproblems
Interviewquestions
SystemDesign
Discussanything
buy us
a coffee

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

relax!