I have limited web programming knowledge and would like to find out how to prevent multiple entry of user id and passwords by users.
I have would like users to enter their user ids and passwords when they access my website.
They occasionally need to visit a third party website which requires a password and user id. This third party website is developed in JSP and would always have the same user id and passwords as that on my website for users.
Any idea how the user id and password entered by the users on my website can be passed to the other website without them having to reenter it on the third party website.