mylo
Member
- Joined
- Jun 14, 2012
- Messages
- 128
- Reaction score
- 9
Hi,
I'm experiencing a problem which I guess a lot of people will find when using a relogger, whenever DB crashes and is relogged there is a period of a few minutes where it sits there spamming trying to login, which fails as it is at max sessions.
This is bad for the user as it's causing the relogger to fail sometimes, and also spamming your servers with login attempts.
There are a few solutions, either for a new session from the same IP to automatically kill the session that contacted the server longest ago (this should be the crashed DB I guess if active sessions are constantly talking to db server), or for a user definable time-out that can be set very short to say 5 seconds, so that sessions would time out much quicker and the relogger wouldn't fail.
This would reduce server load and authentication request spam for you as well as not being so frustrating for users when DB crashes.
Thanks
I'm experiencing a problem which I guess a lot of people will find when using a relogger, whenever DB crashes and is relogged there is a period of a few minutes where it sits there spamming trying to login, which fails as it is at max sessions.
This is bad for the user as it's causing the relogger to fail sometimes, and also spamming your servers with login attempts.
There are a few solutions, either for a new session from the same IP to automatically kill the session that contacted the server longest ago (this should be the crashed DB I guess if active sessions are constantly talking to db server), or for a user definable time-out that can be set very short to say 5 seconds, so that sessions would time out much quicker and the relogger wouldn't fail.
This would reduce server load and authentication request spam for you as well as not being so frustrating for users when DB crashes.
Thanks






