N
Nalaka
Hi,
I wanted to track visitors in asp.net 2.0 app.
So I added code to method Application_PreRequestHandlerExecute.....
But, it seems like.. if output cache is enabled on a page, this method does
not get called.
Is there a generic method that is always called, even on pages that has
output caching?
I need accesss to session and cookies too.....
Thanks
Nalaka
I wanted to track visitors in asp.net 2.0 app.
So I added code to method Application_PreRequestHandlerExecute.....
But, it seems like.. if output cache is enabled on a page, this method does
not get called.
Is there a generic method that is always called, even on pages that has
output caching?
I need accesss to session and cookies too.....
Thanks
Nalaka