The scanner collected the session cookies returned by the application during an authenticated scan. The list includes the following information for each cookie: - Name: name of the cookie - Value: value of the cookie - Domain: hosts to which the cookie will be sent - Path: URL path which must exist in the requested resource before sending the cookie - HttpOnly: cookie is set to be not accessible via JavaScript, XMLHttpRequest and Request APIs - Secure: cookie will be sent to the server only when a request is made using HTTPS - SameSite: cookie will be sent along with cross-site request according the defined policy - URL: first URL discovered which set the cookie in its response - Set-Method: method used by the application to set the cookie (Set-Cookie or JavaScript)