-1
In the Tomcat manager, we have to list open sessions and see the "details" of each one, including see a list of all session variables (key-value) of that session, as shown in the example image below:
Is there anything similar in IIS? has how I see all the session variables of an active session in IIS manager? If so, where?
Hello @Cassioalves , with this information, it already helps, but it’s still not exactly what I needed, I chose to save the sessions in SQL Server and recover the session variables with an external application I developed for this purpose. Even so, very nice this trace.
– Thiago Hencke