How Cookies Are Transported from Servers to Browsers

Q

How Cookies Are Transported from Servers to Browsers? - PHP Script Tips - Understanding and Managing Cookies

✍: FYIcenter.com

A

Cookies are transported from a Web server to a Web browser in the header area of the HTTP response message. Each cookie will be included in a separate "Set-Cookie:" header line in the following format:

Set-Cookie: name=value; expires=time; path=pathVal; domain=domainVal

2007-04-24, 4635👍, 0💬