Hi Beau,
Could you paste the code you used for setting a cookie?
Using CookieHelper should be straightforward. There are basically only 2 essential methods:
CookieHelper.SetValue(String name, String value, DateTime expires); - sets the cookie
var existingCookie = CookieHelper.GetExistingCookie(name); - gets the cookie