I have a web front in in Domino that the user is prompted for username and password. I need to also query the user for username and password for the Mainframe. None of the IDs or passwords are consistant across the systems, and we are not using single signon or LDAP.
How would be the best method of getting that information(password and username) for the mainframe and also passing it back and forth to the mainframe for each request of data?
I am currently using COM objects for testing with a generic ID, but that is for dev testing only and I am not passing password or username info and will go away when we start user testing, so I thought about passing it that way, but how do I keep that information consistant when the user goes from page to page?
The setup is Domino communicates with a host integrator via COM objects, and the request is processed by the middleware server and then the mainframe, and the response is sent back to Domino via the COM object.
Any help is greatly appreciated.