Show All Cookies Demonstration

Writing all available cookie values using the code below. We would expect to see all cookies from this domain without a specific domain/path, but NOT see cookies that were set for a specific domain/path.

Response.Buffer = true

dim cookie
For Each cookie in Request.Cookies
    Response.Write cookie & "=" & Request.Cookies(cookie) & "<BR>"
Next

ARRAffinity=46bc5b3faa13dc4cc871a11946413f29994993170dc1668f4e3cbf7a3eeacd23


Cookie Samples Home