If I have session cookie or just cookie which is Secure
, HttpOnly
with SameSite=Strict
and is never transmitted even in requests within the same domain and the page uses TLS.
Is there any attack that could catch this cookie? If so, how can this attack be prevented?