We have an application hosted on IIS which has both Classic ASP pages and ASP.NET pages. IIS Logging is enabled.
We are trying to pull the session statistics from the IIS Logs (details like number of sessions and their duration etc..)
The problem what we are facing here is we have two session ids in the logs, ASPSESSIONID and Asp.net Session ID. I am not sure which one to use.
ASP.NET SESSIONID: this is not getting updated in the logs which are related to classic asp pages. so we cant use this.
ASPSESSIONID: In some of the Logs we are getting duplicate ASPSESSIONID, in this case how identify the correct session id?
Any better idea’s to handle this situation?