Reading cookies!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manjifera
Forum Newbie
Posts: 8
Joined: Sun May 11, 2008 2:52 am

Reading cookies!

Post by manjifera »

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. :-)
manjifera
Forum Newbie
Posts: 8
Joined: Sun May 11, 2008 2:52 am

Re: Reading cookies!

Post by manjifera »

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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Reading cookies!

Post by pickle »

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.
Post Reply