I have an application which has a Jquery cookie that counts down from 10 minutes, is there a way of destroying the Jquery cookie from the code behind, I think I already know the answer to this which is you cant? but im just curious if someone has ever done this?
$.cookie('time', '0:00', { expires: 1 });
The below sets the cooking to expire in one day