Search code examples
phpcookiessniffer

Cookie sniffer - PHP


I guys.

Have worked around with cookies in PHP for some time. However something came to my mind.

Does its possible to gather all cookies (without knowing its names), or at least list all cookies names present in a browser?

Regards.


Solution

  • print_r($_COOKIE)