Thanks in advance.
Reading cookies!
Moderator: General Moderators
Reading cookies!
Hello all i am creating one php code which will read all browsers cookies. other than that php files web. i am able to set and read cookies within my domain but cant read cookies set from other websites. is it possible to read cookies from others site from?
Thanks in advance.
Thanks in advance.
Re: Reading cookies!
i have gone through this thread
viewtopic.php?f=1&t=74794&st=0&sk=t&sd= ... cross+site
But how it comes you can read cross domain cookies?
http://icaro.110mb.com/Cookies.php
viewtopic.php?f=1&t=74794&st=0&sk=t&sd= ... cross+site
But how it comes you can read cross domain cookies?
http://icaro.110mb.com/Cookies.php
Re: Reading cookies!
As ~feyd said in the thread you linked to - cookies are not accessible across domains.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.