Can javascript read a cookie from a different domain?\
If i set a cookie in one domain say http://www.domain1.com. Can i read that cookie from a different domain http://www.domain2.com?
If yes, how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the
document.cookieproperty only gives you access to the cookies relevant to that page. Being able to read other cookies would be a fairly significant security issue.