Unable To Access Cookie Value
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://i
Solution 1:
The reason behind you can't read this cookie is because it is HTTPOnly Cookie, So if you are developer then you can set it easily false in your code when you are creating it. otherwise you can't get it using javascript. This is specifcally a feature rather than a bug provided by all major browsers.
More references: SOQuestion1, SOQuestion2, SOQuestion3
Post a Comment for "Unable To Access Cookie Value"