For a site that doesn't keep user sessions, is there an easy way to do this? I basically just want to be able to display how many unique users have accessed a specific php function in the last 15 minutes. I guess I could use a db to keep track of each access with a timestamp. I was just wondering if there is an easier way to do this.
Thanks.