I want to show username with IP address of all the requests I see in Visits.
By default session variables has been turned off in SharePoint so I will not be able to use AUTH_USER and LOGON_USER variables.
I have tried this approach
1) Created new measure "Web Requests- Session Attribute"
2) Added that measure in UEM
3) Added that session Entries in System Profile Sensor Configuration
But as I have mentioned above session variables are not enabled and I can't turn them on so is there any other way to show login name for each request?
Answer by Andreas G. ·
Hi Amit
If you cannot rely on these session variables you can try to find methods in SharePoint that have to do with login or authentication. for that you can create your own custom sensor to instrument a method that e.g: takes the username as parameter. I havent played with SharePoint in a while - so I dont know a method by heart - but - if you use the Class Browser to explore which methods are loaded into sharepoint I am sure you find methods that have to do with "login" or "authenticate". Once this method is instrumented and you capture the username as method argument you can then create a Method Argument Measure to be used for your UEM Visit Tagging
Hope this helps
JANUARY 15, 3:00 PM GMT / 10:00 AM ET