I am creating a cookie 'sample' from a.website.com and after that, I am redirecting to b.website.com in the same window.I have set the cookie domain as top level 'website.com' and the path is '/'. When I open the chrome developer console of the website b.website.com, I did not see the cookie 'sample'. Can you suggest me what I am missing here? Is document.cookie different than a $cookie in Angular 1.x?
Raja K