Hi
I have an web login application on a server_A and would like to pass the userID and password to server_B(each time someone logs in on server_A). So basically, every user can have access to both, server_A and server_B using the same userID and password. In my web aplication on the server_A I use the "POST" method to gather data, such as userID and password. The next step would be to pass this data further to server_B.
I'm quite new to Perl programming and the most methods for passing data that I'v found are client/server applicable.
Any good ideas ?
Thanks
I have an web login application on a server_A and would like to pass the userID and password to server_B(each time someone logs in on server_A). So basically, every user can have access to both, server_A and server_B using the same userID and password. In my web aplication on the server_A I use the "POST" method to gather data, such as userID and password. The next step would be to pass this data further to server_B.
I'm quite new to Perl programming and the most methods for passing data that I'v found are client/server applicable.
Any good ideas ?
Thanks