Hello,
you are right. That is a problem of the property demo example because it was not designed for the following use case:
- User A opens a Internet Explorer Window and requests the login page.
- User A logs in with id ?User 1?
- User A works with the application
- User A requests the login page again
- User A logs in with id ?User 2?
If User A would open a new Internet Browser, the second login would be ok. In this case, a new session is established and the old data for the user login are not available.
If you want to guaranty that a user can change the login within the same session, would should use a plugin solution with handles the login logic. Thorsten sent a proposal for such a plugin.
Bye,
Christian.
#Tamino#webMethods#API-Management