We need to create pop up in which there are two buttons 'Done' & 'Do it later'. If user clicks on 'Done' then pop up will never be shown to the user whenever user visits the page again.We have tried capturing user click on done button by using two approach :1.Session storage approach : User opens th...