employer cover photo
employer logo
employer logo

Anonymous Content

Is this your company?

Anonymous Content Interview Question

How are cookies passed in the HTTP protocol?

Interview Answer

Anonymous

Sep 21, 2012

The server sends a Set-Cookie: name=value in its response header to set the field. If there is a cookie set then the browser sends a Cookie: name=value