Question How does mvc application get the cookies from the client ?

ahmedsalah

Active member
Joined
Sep 26, 2018
Messages
32
Programming Experience
3-5
I have question and i don't have answer for it

my question 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

if i select only one choice fro these options what will be please ?
 
Why not run Fiddler, Charles, or open up the DEV tools of your browser and find out for yourself?

Or is this really an interview question (because that it is currently sounding like), and you need to pass your interview?
 
I have question and i don't have answer for it

my question 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

if i select only one choice fro these options what will be please ?
 
Back
Top Bottom