I have tried viewing cookies in my Chrome settings, but I don't see any human-readable data about my browsing. Most of what I have read stops at telling me how to view and delete cookies without explaining how to get meaningful information from them.
Can session cookies be monitored in real-time?
Can the persistent cookie data that is sent to a specific site at a specific time be logged?
Is there a straightforward way to translate to cookie information into human-readable data? Or at least to infer with reasonable confidence which cookies are related to what information?
Ideally what I would like would be an app or script that compiles data on what information is being sent to which sites into a text or csv file. Ideally, the browser info and other information in the cookies would be translated into plain English names. Does such a thing exist and if not, what would it take to make it?