adspace
Explain the difference between cookies collection and form/querystring collection?
Answer Posted / Saleem Ahmad
Cookies are small text files stored on a client's computer by a web server. They allow websites to store user-specific data, such as login credentials or preferences, across multiple sessions. Form and query string collections, on the other hand, are used to collect form data from the client and pass it back to the server during a single request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers