Is there anyway in CF to block out all IP adresses but these 5? You could do something with the cgi scope, cgi.remoteAddress for example.
You can also do this at the web server level. This would block access to all web content not just ColdFusion pages. Are you absolutely sure these 5 users all have permanent static IP address. A lot of systems will dynamically assign an IP address each time a user logs in. You may develop a system that locks out all your users if you are not careful. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293416 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

