application insights has various graphs and queries to show number of users/sessions authenticated and not.
However, this is not working for sessions created with jmeter. Jmeter is correctly tracking the servers cookies, including the .net session cookie.
e.g. if I have a jmeter test with 100 users (threads), and 50 iterations/loop counts, and "use same user on each iteration" isabled, I would expect to see 5000 sessions, as its generating 5000 different .net session IDs.
However, for the test period, in AI, I only see max 1 session, which is probably me hitting the site with a browser.
with AI, you generally embed a js snipped in your page to allow AI to do better tracking, but how do we get this to work via jmeter (which cant execute js)?