Need of Single Sign on
My question is what is the need of single sign on in J2EE applications.
We can configure session context in the application server (server.xml file) , so that all the applications will save the session cookie id in the same place. So that we can use the user login session in all the places.
Please help me
Thanks in advance
We can configure session context in the application server (server.xml file) , so that all the applications will save the session cookie id in the same place. So that we can use the user login session in all the places.
Please help me
Thanks in advance
0