I’m wondering if an established session description parameter can be updated? My goal is to include some information in the description once a successful connection and authentication to our mainframe. Then that description information will be available to view on the administrator.
I’m using web services with a web front-end client.
Currently I have it set up to first open a session and navigate to the mainframe sign on screen. Then the user submits their authentication credentials and if successful then the path navigates to the first screen of the application. If not, then sign on error is returned to the front end and the user may try again.
It’s at the step of successful authentication that I would like to add the user name to the session description so that it is available in the administrator to view when examining sessions. I cannot add the user name prior to authentication. I need to know that user is on a particular session.