We would like to know if there is a script we can run to generate a report for who is logged in and for how long and also what pages they visit. Any help would be great.
For that level of user specific data I would suggest checking out Clicky Analytics as they provide exactly what you are looking for. I use it on a number of my aMember sites and it works perfect. http://getclicky.com/28494
Thank you for the info. I installed it but I can't see the usernames it just says "comcast". If you have any info on this I would really appreciate it. Is this a feture that you get when you pay to upgrade to pro?
@joetemp75: Clicky uses custom session variables to fill in username. Depending on what script you are using, etc. you can add something like this to your template: Code: var clicky_custom_session = { username: '$au[login]'} You can read more about it here: http://getclicky.com/help/customization#session