InterviewSolution
Saved Bookmarks
| 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: 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: |
|