> And this works great. But I have some persistent users that I banned
> about 15 IP's for 1 person, banned any referrers from their host - and
> now he is signing on from AOL.

You might log their CFID/CFTOKEN (this assumes you're using client/session
mgmt of course) and check for that on each page load.  If the combo is
listed in the DB, add the current IP to the ban list and redirect.  Of
course if they are persistent, they will eventually figure it out and get
around it.

You might also do a search on Google for the "super cookie."  If they're on
Windows and have Media Player installed, some versions expose a custom ID
that you can pull using JavaScript, assuming they haven't disabled it and
they're running IE.

Demo here: http://www.computerbytesman.com/privacy/supercookiedemo.htm

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to