Not 100% sure of this but i'll pass it on anyway
Apparently IE6 will only accept cookies if you put the full cooki string in, that is setcookie(name,value,expiry,path,secure)
Whereare other browsers will let setcookie(name,value,expiry) work IE6 won't
As i said i'm not 100% sure about this.
HTH
GM