I have a very basic problem here, and absolutely no idea how to handle it.
Basically, forms authentication sets a cookie for my site at "domain.com", and works all fine until a point in my site where I redirect a user to a page at "www.domain.com/page" and then it doesn't recognize the authentication cookie. If works if I manually type in "domain.com/page", or if I go to the site using the full "www.domain.com", but it won't work between the two (with and without the "www" at the front). Is there a way around this?
Thanks for any help you guys can give!