Problem - I looked at php.net and managed to set up a cookie.
Now, the problem was with the part of locking to a domain.
I saw two options - one to lock to domain, other to lock to a directory on that domain. I wanted the first one, but not the second option - tried and tried - but it never functioned as I wanted.
Can anyone just post how this should be done:
name = "Big Daddy"
value = $abc.$efg
expire = when browser closes (right away)
path = /I dont need this, this ... blasted thing
domain = mysomain.com
thanks ahead.