This page displays and then resets a cookie called "Demo" to a random number. If this is your first visit to this page, you will only see the "DemoApp" cookie. The "Demo" cookie will not yet be set. Reload the page to view the "Demo" cookie. Then, turn on debugging to see how the response object contains the cookie on exit. |
This page is set up to set the "Demo" cookie to a new value on
reload. The "DemoApp" cookie, is your session cookie, and will
remain the same on reload.
![]() |
Before the Demo cookie is set in the page, the request &
response objects look like this:
![]() |
After the Demo cookie is set in the page, the request &
response objects look like this. Notice the response
object:
![]() |