1.

How Cookies Are Transported From Servers To Browsers?

Answer»

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.

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.



Discussion

No Comment Found