Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created June 16, 2012 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeRogers0/2942004 to your computer and use it in GitHub Desktop.
Save MikeRogers0/2942004 to your computer and use it in GitHub Desktop.
Cookieless domains
CookieDomain www.fullondesign.co.uk
<?php
setcookie("TestCookie", 'Some Value', time()+3600, "/", "www.fullondesign.co.uk", 1);
?>
<?php
define('WP_CONTENT_URL', 'http://files.fullondesign.co.uk');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment