How to check cookie enabled in browser using javascript
Its quite simple to find the status of the cookies enabled in browser.
We can get the status of cookies enabled using below statment:
window.navigator.cookieEnabled
Its quite simple to find the status of the cookies enabled in browser.
We can get the status of cookies enabled using below statment:
window.navigator.cookieEnabled
Comments