Hello Everybody,

I have one website running on one server and another web application running on another server. My web application asks for username/password to login into the system. I need to put a username/password field on my website so that user can directly login from website. Is there a way to transfer these username/password values to the web application running on another server?

Thanks.