After clearing my browser history when I go to this URL: http://indianvisa-bangladesh.nic.in/visa/index.html
then I click on "Get Appointment" green link which takes us to http://indianvisa-bangladesh.nic.in/visa/Appointment_Login.jsp
Here it sets a JSESSIONID
cookie. I can see this cookie in both Firefox/Chrome developer tools but can't access it using document.cookie
in console.
When I type document.cookie;
it shows empty string.
How do I print it?
Edit: Also this JSESSIONID cookie has Path
value of "/visa"