views:

367

answers:

2

Site Usage report in Site Administration does not help. I also tried querying the SQL Db to read daylastaccessed but that would not help. 'GetUsageData' method of the Object model only reads data for last 1 month and the "Most Recent Day" value is not accurate. Also I want a report of the last 6 months.

The search crawler too modifies the last accessed date.

+1  A: 

Try getting information from the IIS Logs. Otherwise write a custom http module to record new sessions (and ignore the search crawler).

Nat
+1  A: 

IIS Logs is a great suggestion. If you already have a tracking system setup, you could add a web tracking bug to your master page.

jwmiller5