I want to enable the cookie of client browser using javascript. Actually, I have a popup showing check boxes, if checked true means cookie to be enabled and if the cookie is disabled I want a built in browser prompt for asking the user to enable the cookie.
so, is it possible using javascript to enable or disable cookies from client web page? actually, I want to take user permission for enabling the cookie, by click on a single button.