browser - Can a site use other site's cookie? -
say, site example.com stores cookie named id
. now, can site access cookie named id
?
browsers should never send cookies sites on different domains (third parties) originator (first-party), depending on how domain set in cookie might passed other subsites (e.g. cookie domain .example.com originating me.example.com sent you.example.com, them.example.com, etc).
Comments
Post a Comment