Forum Moderators: phranque

Message Too Old, No Replies

Limiting login attempts

         

Itsu

3:44 am on Nov 28, 2004 (gmt 0)



Is there any way I can limit the number of login attempts a client can make to a password protected area? I ask this because I want to be able to send people to an ErrorDocument handler when they enter bad info a certain number of times.

Any info you can provide will be greatly appreciated!

jdMorgan

3:37 pm on Dec 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Itsu,

Welcome to WebmasterWorld!

I can't answer your question, having never done this, but maybe someone else has some ideas. I suspect you may need to use a server-side script to do this, as I'm unaware of any built-in Apache facility to handle it.

<bump>

Jim

dari

5:13 pm on Dec 1, 2004 (gmt 0)

10+ Year Member



if you have mod_php installed, I can send you a script in php that can handle this for you.