In chrome browser, when I close the browser JSESSIONID is not deleted, due to that application is directly getting inside without redirecting to login page.
Cookie Details from developer Tools:
I tried to delete the this JESSIONID cookie by the below ways
- delete document.cookie
- document.cookie=""
But values are not able to delete. Can you tell me exact method to delete the cookies in chrome.