Maintain session across subdomains
Hey all
I am working on a website that utilizes session data. The problem is that session data does not seem to be shared over subdomains. For example, my website
is available at.
and
the DNS points to the exact same place, they are the same website. But if you login on one, your session information isn't available on the other. For now as a workaround I just added a redirect in my application.cfm that says if you arn't on the www version, go to it but that seems rather hackish. Am I missing something? Is there an easy way to say a persons session is valid for the domain and all subdomains?
