mchn,
first put a debug line on your code and run it on chrome to see what chrome throws out
debug($_COOKIE);
if anything is displayed, you should be able to access it. maybe the "Cookie-name" you are trying to access does not exist or chrome has given it a diffrnt name. not sure. give it a...