php - Is it possible to read 3rd party cookies -


im familiar setting reading cookies (using php), wandering if there way can users browser cookies set 3rd party site (ie. not own.)

could somthing written view of users set cookies ?

print_r($_cookie);

no, it's impossible.

you can read cookies come own domain. other cookies not sent server.

if read every cookies user has, able obtain personal information such facebook password, connection bank etc.

it serious breach of privacy, , such, browsers not send cookies except same domain.


Comments