Re: [PHP-DEV] Cookie Detection

2001-06-20 Thread Hartmut Holzgraefe
Brian Tanner wrote: //When browser turnoff cookie support, the PHP will add session id at end of all local URL links Can someone put me up to date on exactly *HOW* PHP knows if cookies are enabled? Is there a practical way to check for that? I have my own session handling

[PHP-DEV] Cookie Detection

2001-06-19 Thread Brian Tanner
//When browser turnoff cookie support, the PHP will add session id at end of all local URL links Can someone put me up to date on exactly *HOW* PHP knows if cookies are enabled? Is there a practical way to check for that? I have my own session handling implemented... and I do both sid passing