Re: [PHP] How to read cookies set by php?

2007-01-03 Thread Dotan Cohen
On 03/01/07, Peter Lauri [EMAIL PROTECTED] wrote: Are you trying to read cookies that are not set by your host? If that is the case you will probably be disappointed. The purpose with cookies is that they should only be table to be read by the one who is setting the cookie. If you want to read

Re: [PHP] How to read cookies set by php?

2007-01-03 Thread Dotan Cohen
On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: Configure the browser to prompt you before saving cookies, and then surf there again? FIrst thing that I did (well, second). The cookies are obfuscated. Turn on LiveHTTPHeaders and see what the browser sends when you surf back to that site?

Re: [PHP] How to read cookies set by php?

2007-01-03 Thread Richard Lynch
On Wed, January 3, 2007 9:02 am, Dotan Cohen wrote: On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: Configure the browser to prompt you before saving cookies, and then surf there again? FIrst thing that I did (well, second). The cookies are obfuscated. They won't get any clearer than

Re: [PHP] How to read cookies set by php?

2007-01-03 Thread Dotan Cohen
On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, January 3, 2007 9:02 am, Dotan Cohen wrote: On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: Configure the browser to prompt you before saving cookies, and then surf there again? FIrst thing that I did (well, second). The

Re: [PHP] How to read cookies set by php?

2007-01-03 Thread Richard Lynch
On Wed, January 3, 2007 2:44 pm, Dotan Cohen wrote: On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, January 3, 2007 9:02 am, Dotan Cohen wrote: On 03/01/07, Richard Lynch [EMAIL PROTECTED] wrote: Configure the browser to prompt you before saving cookies, and then surf

Re: [PHP] How to read cookies set by php?

2007-01-02 Thread tedd
At 4:16 PM +0200 1/2/07, Dotan Cohen wrote: I'm trying to debug some scripts, and I see that the contents of cookies seems to be encoded (in Firefox2 on Kubuntu, at least). How can one read the cookies stored on his machine? Dotan Cohen Dotan: Just a guess, are the cookies serialized?

Re: [PHP] How to read cookies set by php?

2007-01-02 Thread Dotan Cohen
On 02/01/07, tedd [EMAIL PROTECTED] wrote: At 4:16 PM +0200 1/2/07, Dotan Cohen wrote: I'm trying to debug some scripts, and I see that the contents of cookies seems to be encoded (in Firefox2 on Kubuntu, at least). How can one read the cookies stored on his machine? Dotan Cohen Dotan: Just a

RE: [PHP] How to read cookies set by php?

2007-01-02 Thread Peter Lauri
Are you trying to read cookies that are not set by your host? If that is the case you will probably be disappointed. The purpose with cookies is that they should only be table to be read by the one who is setting the cookie. If you want to read cookies on the machine that you are able to view

Re: [PHP] How to read cookies set by php?

2007-01-02 Thread Richard Lynch
Configure the browser to prompt you before saving cookies, and then surf there again? Turn on LiveHTTPHeaders and see what the browser sends when you surf back to that site? Hack your /etc/hosts or \WINDOWS\system32\drivers\etc\hosts to have the other guy's domain re-directed to your localhost,