Javascript – cookies are not working, I can't obtain cookies from localhost
So I am making a user validation system for my application, but I can´t validate a token if I can´t obtain it from the cookies in my browser. The thing is the cookies don´t seem to be appearing there. import…