Not sure why you’d need this. Just validate/verify whatever field you need specifically rather than trying to read all their current cookies.
You can use any cookie plugin to do this. My plugin also does this. Just set the cookie you need and read it whenever you need it. If you update a value, then update the cookie and check to see if it’s update later.