I was watching someone use IE9 a while back and they pressed F12 and it pulled up a debugging console. I could have sworn they issued some sort of command to search for a cookie called “Foobar”
Can this be done? What is the process?
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.
document.cookiewill return all cookies that do not haveHttpOnlyset.You can parse it with a regex.