Show Used Cookies on Magento Website

cookie

Is there any way how i can create a list of ALL cookies (incl. 3rd party cookies) which my Magento website is using?

I've searched throughout Magento, searched on Google, searched the forums, but i can't find anything how i can realize this.

Best Answer

Use FireBug plugin to see all request information or print the $_COOKIES auto global variable as suggested in comments.