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

Popular posts from this blog

How do you convert a timestamp into a datetime in python with the correct timezone? -

how to display 2 form fields on same line with bootstrap -

c# - how to use buttonedit in devexpress gridcontrol -