I have question and i don't have answer for it
my quest is
How does mvc application get the cookies from the client ?
which of the following is correct
1-cookies are sent in each request to the server
2-the server send the request to the client and ask the client to send cookies
3-cookies are sent only on POST request to the server
4-cookies are sent only on first request of user session
Pankajkumar PatelPosted Dec 14, 2022, 11:03 AM
1-cookies are sent in each request to the server
This one is correct.
Mark answer to Accepted if helps you!
ahmed salahPosted Dec 14, 2022, 10:04 AM
so which one is correct
i need only one correct
choice above 3 is wrong and 1 is correct
so what is option is correct
Pankajkumar PatelPosted Dec 14, 2022, 4:37 AM
Hi Ahmed Salah,
How does mvc application get the cookies from the client ?
1-cookies are sent in each request to the server
2-the server send the request to the client and ask the client to send cookies
3-cookies are sent only on POST request to the server
4-cookies are sent only on first request of user session
Hope this will help you!