Is there a plugin that would allow me achieve an effect similar to this?:
if(!isset($_COOKIE['mycookie'])) {
header('Location: http://www.othersite.com');
}
I am using the suffusion theme and according to the author, this needs to be solved with a plugin.