[PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Jeff Gannaway
OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST identifier whether the cookie was accepted or not. I've seen sites like NetFlix.com that will test to see

RE: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Johnson, Kirk
:[EMAIL PROTECTED]] Subject: [PHP] Must Have Cookies. PHP/JavaScript The same page MUST identifier whether the cookie was accepted or not. I've seen sites like NetFlix.com that will test to see if their cookie was accepted, and if not, print up a page that says Sorry, you've got have your

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread JCampbell
PROTECTED] Sent: Thursday, July 05, 2001 4:36 PM Subject: [PHP] Must Have Cookies. PHP/JavaScript OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread teo
Hi Jeff! On Thu, 05 Jul 2001, Jeff Gannaway wrote: OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST identifier whether the cookie was accepted or

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Jeff Gannaway
With a good start from the folks on this list and a little JavaScript digging, I found an excellent solution to my problem that I thought I'd share: Problem: Want to set a cookie then test for it on the same page. I don't want to to do page redirection to ensure optimal search engine