Aaron Johnson wrote:
> 
> I am trying to implement a method of allowing access to three separate
> servers on three separate domains.
> 
> The goal is to only have to login once and having free movement across
> the three protected access domains.
> 
> A cookie can't work due to the limit of a single domain.
> 
> Has anyone out there had to handle this situation?

Yes. In the end I decided users would just have to login into each
domain seperately as I'm using cookies for authentication/tracking. You
just can't do it. :-( Of course, if someone has another idea I'm
listening...

The only other way around it is at time of login to do what you
described - round-robin redirect to each domain. It's ugly, time
consuming (for the user), and it generally sucks.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to