😕 Being hasty, I put up a site without testing as many browsers as possible. It seems that setcookie() just will not work for me in Opera 7, I don't even receive a prompt from the browser to allow the cookie. Below you will find a sample of the code that I use to set the cookie based upon the users log in information:
[code=php]setcookie("useralias",$useralias,time+300000000,"/","mydomain.com/fubar");[/code]
I'm assuming it has something to do with Opera stores cookies (in cookie4.dat, oppesed to the standard IE text file), but I've visited many other sites that use cookies with no problem.
Thanks,
Ekimus 🆒