I'm trying to set up a site that will work with multiple domains...for example foo.com and bar.com.
I don't want the address in the address bar to change... so when the user authenticates on foo.com, I want the cookies set for foo.com and likewise for bar.com.
Trouble comes when supporting ssl. The security certificate is for foo.com and when I authenticated on bar.com I get a certificate warning.
Is there a way to have a given AOLServer instance support more than 1 certificate?
Thank you!
Tracy