ModifyUserSession Vs ModifyUserSessionProperties
-
- Posts: 44
- Joined: May 2nd, 2022, 11:53 am
- Contact:
ModifyUserSession Vs ModifyUserSessionProperties
I was working on the 'Set User Address Properties' method. In this method, I update the EPusers table for logins and update the user session for impersonators. In the Impersonator path, I noticed 5 ModifyUserSession services. I was able to consolidate these into a single ModifyUserSessionProperties service. There is a required UserAuthorizationType field on this service. What is the difference between these services? and why is the UserAuthType required in the latter?
word count: 88
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: ModifyUserSession Vs ModifyUserSessionProperties
ModifyUserSession only allows you to edit one property at a time. ModifyUserSessionProperties allows you to do as many as you want. The service is typically used for impersonation which usually requires and authorization change so this service takes it in to make the setup a little easier.
word count: 47
-
- Posts: 44
- Joined: May 2nd, 2022, 11:53 am
- Contact:
Re: ModifyUserSession Vs ModifyUserSessionProperties
Is there a way to create another service that is just to generally set user session properties and not have to set the UserAuthType?
word count: 24
-
- Posts: 573
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: ModifyUserSession Vs ModifyUserSessionProperties
Task 10508 has been created to remove the required flag for the UserAuthorizationType node on the ModifyUserSessionProperties service.
word count: 18
-
- Posts: 573
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: ModifyUserSession Vs ModifyUserSessionProperties
This issue has been resolved as of DesignTime Revision 2311.
word count: 10