Cookie

A cookie is a small piece of data that is send by a server and stored on the user's machine.

TestMace allows you to manage host's cookies. Click on the Cookie button at the top menu to open the modal for managing cookies. You'll see a list of all existing records. Click the Add button to create a new one and fill in the following fields:

You can also create a cookie from a row string like this:

isLogged=1; Expires=31/12/2019 00:00:00; Domain=testmace-stage.herokuapp.com; Path=/posts/; Secure;

Will be available in the next release of Testmace.

Open the managing cookie window and click on the close icon on the right of the chosen cookie.

Last updated