I have few questions related to iis logs
:
1)I have noticed many iis logs
contain the same information but row are duplicated, why is it so?
2)For the same cookie in some rows Asp.net sessionID
remain missing. For example if there are 5 rows for the same cookie then in the first 2 rows there is no Asp.net sessionid
and for rest 3 everything is fine, why?
3)Is there any way through which i can find out the time spent by user in the last visited page. Reason being, we don't have any DateTime information after last visited page?