Hi all,
This is kumar, i m trying to deligate control from one application to another, i m able to do the same using res.sendRedirect(string).
But the problem here is i am not able to transfer any data from application 1 to application 2.
To explain in details i had an 3 applications A, B, C. Whenever a request is made to anyof A or B the control has to goto C and i should come up with a login screen. When i submit my credentials, they are validate in c and should be sent back to application actual application. When the actual application A or B receives the request it should contain the credentials i had entered in the Login Screen of C.
I will be glad, if someone please help me in acheiving this..