RE: [PHP] Determingin if cookies are useable?

2001-02-18 Thread ..s.c.o.t.t..
ie support for the browser is lacking or dismal) -Original Message- From: John Vanderbeck [mailto:[EMAIL PROTECTED]] Subject: Re: [PHP] Determingin if cookies are useable? Well, since cookies are set in the header, I would say you would have to at least refresh the same page. I'm ju

[PHP] Determingin if cookies are useable?

2001-02-17 Thread John Vanderbeck
I'm trying to find an enviroment variable, or something, that will let me know if the client's browser has cookies enabled or not. I'm doing this, because I don't want to pass the SID in the URL if I don't have to, and the PHP I am working with is not compiled with --trans-sid I'm guessing I

Re: [PHP] Determingin if cookies are useable?

2001-02-17 Thread Chris Lee
if your server does not have --trans-sid enabled the SID will not automatically be appended to the URL, I think this is what your looking for, to NOT have the SID appended right? then your server is set. I test for cookies support in the same manner you mentioned, set it, see if its still there.

Re: [PHP] Determingin if cookies are useable?

2001-02-17 Thread Jeff Gannaway
At 08:35 AM 2/17/01 -0800, Chris Lee wrote: I test for cookies support in the same manner you mentioned, set it, see if its still there. Can this be done on one page? Or does one page have to set it, then when the visitor goes to the next page, have that page check to see if it was set?

Re: [PHP] Determingin if cookies are useable?

2001-02-17 Thread John Vanderbeck
- Original Message - From: "Jeff Gannaway" [EMAIL PROTECTED] To: "Chris Lee" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, February 17, 2001 6:29 AM Subject: Re: [PHP] Determingin if cookies are useable? At 08:35 AM 2/17/01 -0800, Chris Lee wrote: I test for cookies