wow.i got myself banned..

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

wow.i got myself banned..

Post by Charles256 »

from my own site:-D was testing out the amount of time I let users try to log in and after so many attempts you can't log in for a bit..well go me..it works..now i gotta wait for the ban to expire.LOL
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

what is the default session expiration time anyways?!:-D
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

expiration is 3 minutes, default, I believe.. however garbage collection times are random with a default of 1% chance to run it, I believe as well.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

did I mention I actually went through and commented all my code?go me:)
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

LOL

I hope you weren't serious about the waiting thing...

If you designed the system and have db access you should be able to reverse a ban. :wink:
Post Reply