cookie less domain need help

Hi need some help setting up cookie less domain

not sure what i need to change on server

You’d have to register a separate domain (like, for example, YouTube’s ytimg.com) and configure your server to use it to serve only static resources, and make sure never to set any cookies on that domain.

Google for “cookieless domain” and you’ll find a couple of tutorials that’ll guide you through this.

i’d recommend registering a new domain (shortened version of your main domain?) and then using a CDN to serve the static content from. i use maxCDN as it’s fast and very keenly priced.
so cookie less (cookie free) content is served from
cdn.shrtdomain.com
and main content from
longdomain.com
as robzilla says there are quite a few tutorials about.