Hi i am trying to make code for clear cookies in jquery onclick of logout button but didn't get solution
function logout()
{
document.cookie = 'Visit=; expires='+new Date(0).toUTCString() +'; path=/FinalVertozz/';
window.location='../login.html';
}
cookies details
Name: Visit Content: 09850227123455130 Domain: localhost Path: /FinalVertozz Send for: Any kind of connection Accessible to script: Yes Created: Saturday, October 4, 2014 11:25:45 AM Expires: When the browsing session ends