Single sign on in two websites
-
hi, i have to realted queries 1> i have two websites, www.main.com and www.second.com in asp.net i want that when anyone signs in www.main.com and clicks a link to www.second.com then user shud redirect to the requested page without showing the login page of www.second.com 2> how i can see/edit the content of the authentication cookie generated. Any code / reply / reference welcome thnx
-
hi, i have to realted queries 1> i have two websites, www.main.com and www.second.com in asp.net i want that when anyone signs in www.main.com and clicks a link to www.second.com then user shud redirect to the requested page without showing the login page of www.second.com 2> how i can see/edit the content of the authentication cookie generated. Any code / reply / reference welcome thnx
Seriously dude. you have been asking this question over, and over, and over. Are you hoping for a different response to the ones you've been given ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Seriously dude. you have been asking this question over, and over, and over. Are you hoping for a different response to the ones you've been given ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Yep, i implemented the things like that, but the problem is that, then i keep the same cookie name for the two sites , it works, but i need to have different names for the cookies for each sites.Then it do not works, any solution to this please