|
Posted by Kees on 02/04/07 00:15
Seems to me, after some more research, that I must use:
setcookie("language","$newlang",time()+52*604800,"/start/",.mysite.com,0);
instead of
setcookie("language","$newlang",time()+52*604800,"/start/",www.mysite.com);
Any additions welcome!
Kees
____________
"Kees" <news2@poi66.com> wrote in message
news:45c520cc$0$55385$dbd4b001@news.wanadoo.nl...
>I got this code (snippet of my site). I expect cookies to be set. But no.
>Sometimes (!) it works, but them retsrt IE7 and... again no! Any ideas? I'm
>pretty sick of it. It just sticks to value 'nl'.
[...]
[Back to original message]
|