I have two questions related to the same:
1 - As 'Httponly' attribute is understood by a set of modern browsers (https://www.owasp.org/index.php/HttpOnly#Browsers_Supporting_HttpOnly), I was wondering if we have a list of all browsers which support 'secure' flag of the cookie.
2 - If a browser does not support 'secure' flag but application sets a secure flag on the cookie, in that case what would happen?