Şu anda 2 web sunucuları, Tek Coldfusion ve diğer PHP üzerinde çalışıyorum.
Right now, the Coldfusion server is my main server where users log in to access restricted data. However, I have also begun using a PHP server and want to make it transparent for users to access a specific page on that server - that server requires log in information as well.
Ben kullanıcıları iki oturum istemiyorum.
Bunu gerçekleştirmek için bir yolu var mı?
Thx
GÜNCELLEME: bir intranet ortamında çalışmak, o yüzden herhangi bir kamu çözüm kullanamazsınız.
UPDATE: Reason I am asking for this is because we are moving from a MSQL / Coldfusion environment (Initial server) to a PHP / ORACLE (new server). So I have 2 user tables as well (although they contain mostly the same information). I am trying to faze out the use of our initial server in favor of our new server transparently to the user and thus I have to work in parallel for the time being.