Webpage for demonstrating cookies..

When you click the button below, the browser will request /request-cookie. When processing this request, the server will set add a random cookie of the form key_r=value_s, where r,s are random integers from 0 to 999.

The button below makes the server clear all cookies:

Open the javascript console and type document.cookie to check whether the server has successfully communicated the cookies to you!