javascript - how to know if website is using cookies or not? -


i've requirement verify website need test.

  • website shall not use cookies

my question, how find out smartway if any whether entire website using cookies or not?

i know way i'll disable cookies in browser , while accessing website browser should shout out cookies not enabled in browser. believe i'll have check each-and-every webpage confirm whole website not using cookies.

you can run document.cookie in console read cookies accessible location.

you open dev tools , view them there. in chrome, cookies can found in application tab of dev tools.

more info


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -