function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
K RoyK Roy 

How to fetch the cookies from browser in Aura Components?

Hello,

I am trying to fetch the cookies which has been set from a page before. I want access it, which is getting stored in browser. My page is written in Aura, hence, 
Map<String, System.Cookie> cookieMap = ApexPages.currentPage().getCookies();

Is not working in the apex class. Can anyone help me how to get the cookies from the browser?
vfdbg fvdsgvfvfdbg fvdsgvf
There are some very impressive approaches that you can learn after visiting here (https://pickhomegears.com/) where they guided about all the coding solutions.