Hi all.
I need to set a cookie with a slightly different domain.
If I set a cookie, it creates a cookie with domain 
myprogram.mydomain.com. 
What i need is cookie with plain 
mydomain.com. 
I can see that setcookie() takes domain as a parameter (p_web.CookieQueue.Domain) but it does not seem to do the magic.
Any ideas?
TIA
:: rainer