An HTTP cookie is data sent by a server in an HTTP response to a client. The client can
then return an updated cookie value in subsequent requests to the server. For example,
this enables the server to store user preferences, manage sessions, track browsing habits,
and so on.
The Get Cookie filter is used to read the Cookie and
Set-Cookie HTTP headers. The Cookie header is used when a
client sends a cookie to a server. The Set-Cookie header is used when
the server instructs the client to store a cookie.
For more details, see the topic on the Create
Cookie filter.
|