I am trying to read all the cookies set by my domain using document.cookie
what I have noticed is, it returns only csrftoken and another value. My goal is to read the sessionid
from the cookie
please see the below screenshot that shows the cookies set on my local machine
and this is the return value of document.cookie