* and then Scot L. Harris declared....
> Face it, if web sites could override such settings there would be a lot
> more malicious web sites out there.

Absolutely. You cant mess with peoples preffered settings. It's EVIL ;-)

Best you can do is make provision for those without cookies enabled: 

Use JS, 

if (cookies are enabled) {
  set the damn coookie
} else {
  use sessions...
}

-- 
Nick W

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to