Well it looks like the issue was that the domain for the cookie was appearing as null, when it was in fact the same as the FormsAuth cookie. I changed the code to
Domain = oldFormsCookie.Domain ?? FormsAuthentication.CookieDomain
and it seemed to work
mcintyre321
2009-03-17 10:05:57