[PHP] Sessions/Cookies and HTTP Auth

2002-03-27 Thread David McInnis
Here is the scenario. 1. I set my browser to block all cookies. 2. I access this script. 3. I am thinking that I should get an error because I presume that session_start() will attempt to set a cookie (which it appears to do). (I tried setcookie() too and the cookie was accepted.) My

Re: [PHP] Sessions/Cookies and HTTP Auth

2002-03-27 Thread maxwello
: Wednesday, March 27, 2002 7:10 PM Subject: [PHP] Sessions/Cookies and HTTP Auth Here is the scenario. 1. I set my browser to block all cookies. 2. I access this script. 3. I am thinking that I should get an error because I presume that session_start() will attempt to set a cookie (which