Long description

Back

The image contains four browsers.

First Browser:

Heading: Creating the cookies.

Dropdown: Choose a theme to be stored in persistent cookie.

Dropdown: Choose a philosopher to be stored in session cookie.

Button: Create Cookies.

Heading: Reading the cookies.

Persistent theme cookie not found.

Session philosopher cookie not found.

Go to another page in same domain.

Second Browser:

Heading: Creating the cookies.

Dropdown: Light.

Dropdown:Thomas Hobbes.

Button: Create Cookies.

Note: Choose values and then create persistent and session cookies.

Heading: Reading the cookies.

The persistent theme cookie value is light.

To test this persistent cookie, close browser and reopen this page.

The session philosopher cookie value is Thomas Hobbes.

To test this session cookie, click link below to go to another page in same domain.

Go to another page in same domain.

Note: Read the value of the two cookies and display their content.

Third Browser:

Heading: Other page.

The persistent theme cookie value is light.

The session philosopher cookie value is Thomas Hobbes.

Button: Remove Cookies.

Note: Cookies should be available on other pages in domain.

If you close the browser and then reopen this page, the session cookie should no longer exist.

Fourth Browser:

Heading: Other page.

The persistent theme cookie value is light.

The session philosopher cookie value is Thomas Hobbes.

Button: Remove Cookies.

Note: Use this button to remove cookies for easier testing.

Back