Re: [PHP] Re: Find out cookies on a computer?

2006-06-30 Thread Jochem Maas
Adam Zey wrote: Peter Lauri wrote: Is it possible to some how find out all cookies on a specific computer and their name and value? I assume not :) /Peter No, because you don't OWN them, therefore you have no right (either technologically or ethically) to see them. the 'right'

[PHP] RE: Find out cookies on a computer?

2006-06-29 Thread Peter Lauri
Is the question dumb? Why you answer it then? It is very interesting in a security manner. I have very low knowledge about them, so therefore the question. And if you think this question is unethical, and the rest of the society does that, we would probably not have as secure technology regarding

[PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Adam Zey
Peter Lauri wrote: Is it possible to some how find out all cookies on a specific computer and their name and value? I assume not :) /Peter No, because you don't OWN them, therefore you have no right (either technologically or ethically) to see them. Asking such unethical questions on

[PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Michael Rasmussen
On Fri, 30 Jun 2006 04:23:51 +0700, Peter Lauri wrote: Is it possible to some how find out all cookies on a specific computer and their name and value? I assume not :) The global array $_COOKIE should hold any cookie which is available to you -- Hilsen/Regards Michael Rasmussen

RE: [PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Peter Lauri
snip The global array $_COOKIE should hold any cookie which is available to you /snip Yes, but that is just for the ones available for me. Like Google, they set a cookie if you click on one of their adwords ads and then use them in the tracking of the customer conversion. Cookies like this are

RE: [PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Jay Blanchard
[snip] But I am loosing hope that it can be done now :) [/snip] I will go ahead and remove all hope. If you do not own the cookie, you cannot see it or use it. It is a rule of this jungle that has been in place for years. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Michael Rasmussen
On Fri, 30 Jun 2006 05:06:33 +0700, Peter Lauri wrote: Yes, but that is just for the ones available for me. Like Google, they set a cookie if you click on one of their adwords ads and then use them in the tracking of the customer conversion. The place where the cookies are stored is

Re: [PHP] Re: Find out cookies on a computer?

2006-06-29 Thread Dave Goodchild
On 29/06/06, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] But I am loosing hope that it can be done now :) [/snip] I will go ahead and remove all hope. If you do not own the cookie, you cannot see it or use it. It is a rule of this jungle that has been in place for years. Yes, let's put this

Re: [PHP] RE: Find out cookies on a computer?

2006-06-29 Thread Richard Collyer
Peter Lauri wrote: Is the question dumb? Why you answer it then? It is very interesting in a security manner. I have very low knowledge about them, so therefore the question. And if you think this question is unethical, and the rest of the society does that, we would probably not have as secure

RE: [PHP] RE: Find out cookies on a computer?

2006-06-29 Thread Peter Lauri
Thank you, great reading :) -Original Message- From: Richard Collyer [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 5:01 AM To: php-general@lists.php.net Subject: Re: [PHP] RE: Find out cookies on a computer? Peter Lauri wrote: Is the question dumb? Why you answer