I've used the Dreamweaver login wizard simple authentication method to secure a directory of my application. That works fine but now I need to add in the additional security of locking a user out for 20 minutes if they fail to login correctly after three tries. I've tried implementing session management and writing a session variable check but either I end up locking myself out completely or it just doesn't work. Any tried and true methods I could add into my code? Thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3130 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
