A Cookie is a small amount of text that attached to the requet and response in between browser and the server. This small amount of text can be read by the application whenever user browse the it. Please note that cookie is not a good medium to store the confidential data as it is stored into the user browser.

Let's learn how to find out if user's browser accepts the cookie or not. In order to do this we shall prepare a sample page and below is the code.

Read More...