I have 2 websites:
www.abc.com and www2.abc.com. My user logs in to
www.abc.com. I have some links that point to www2.abc.com. When I click on that link, it takes me to the website, but tells me my session is timed out. If I log in to www2.abc.com directly, then hit the back button to where the link was and click on it, it works. How do I read the session created in
www.abc.com from www2.abc.com so that I don't have to login to both sites? the 2 sites are on 2 different servers. I've tried setDomainCookies="Yes", but that's not doing anything. I'm new to coldfusion so I know I'm missing something. If you could provide code sample, that would help a lot. THANKS IN ADVANCE!!
Start Free Trial