PHP

Topic: Cookies

How Cookies Are Transported from Servers to Browsers?

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

Browse random answers: