Ok I have done enough research on it but cant find the solution. Its from one page of a application to another page of application. Since I would be sending in username and password i cant send it as "getT" so i need to do a "post". I will be using ssl though - not sure if that helps.. so i cant use sessions as its on different apps and using those shared sessions like databsae is performance killing Also once the user clicks the link on the source page, i need to do some post processing and then want to post to the other page so using the form and stuff wont work..
any help
fyi: What I am trying to achieve is that a person when logs in app A, they click some link, i dont some processing and want to transfer them to app B where they dont have to relogin in app B but instead automatically get logged in..