Description
HTTP cookies can be parsed and emitted in OpenResty applications through a Lua library. This helps web developers handle cookie values inside Nginx Lua request flows.
Cookie handling affects sessions, authentication, and privacy. Validate secure flags, signing, expiration, and input handling before using it in production.