WhosOnCFC SVN Repo Updated on RIAForge
Well, I finally got around to pushing the latest round of updates to RIAForge this morning.
New features include:
- When more than 5 sessions are created from one IP address WhosOnCFC treats the address as a bot. All the information tracked will be purged from the active user list. Also, the user maxcount will be adjusted accordingly. WhosOnCFC defaults to 5 sessions, but you can adjust that value higher or lower in WhosOnCFC's initialization code:
<!---
What is the threshhold (how many hits from 1 IP address) before we assume it's
a bot and should not be tracked by WhosOnCFC?
--->
<cfset variables.ipBlockListThreshhold=5>
- When a sessions are removed by WhosOnCFC, it will also check to see if the stats package exists. If so, all sessions from that IP address will be removed from WhosOnStats tracking.
I have not actually updated the download package because I prefer to test if for a few days before I release it to make sure I thought everything through. If you would like to take a sneak peek at it you can download a ZIP of the current SVN version here: http://whosoncfc.riaforge.org/index.cfm?event=page.svnzip.


There are no comments for this entry.
[Add Comment]