What if I make cookie for my domain (www.mydomain.com) and name it "kolac" = $_COOKIE["kolac"]. But what if some other site has cookie that is named the same as mine. Is it going to replace my cookie or not? I don't understand how it works.
And one more question. What pieces of information can I store in my cookie?