InterviewSolution
| 1. |
Define A Cookie And What Are The Difference Between Session And Cookie? |
|
Answer» A cookie is a small PIECE of information, this piece of information sends to the browser by a web server. The browser stores the cookies for every Web server in a local file. In a future request or future REFERENCE, the browser sends all stored cookies for that DETAILED Web server. A cookie is a small piece of information, this piece of information sends to the browser by a web server. The browser stores the cookies for every Web server in a local file. In a future request or future reference, the browser sends all stored cookies for that detailed Web server. |
|