Date: 08/18/00
- Next message: layne <email protected>: "RE: [phplib] Preventing Multiple Login"
- Previous message: Jens Benecke: "[phplib] sql_query->form customization?"
- In reply to: Tarique Sani: "[phplib] Preventing Multiple Login"
- Next in thread: Donncha O Caoimh: "Re: [phplib] Preventing Multiple Login"
- Reply: Donncha O Caoimh: "Re: [phplib] Preventing Multiple Login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you were using HTTP authorization, you could simply look at your
access logs and easily see who's using a compromised password and even
see brute-force password guessing attempts, but the fine phplib
developers don't see the need for such so you'll have to hack this in
yourself (I did). Be warned, newer and better versions of phplib come
out pretty regularly and it WILL suck when you're locked into using an
older, less robust version.
-----Original Message-----
From: Tarique Sani [mailto:tarique <email protected>]
Sent: Thursday, August 17, 2000 11:11 PM
To: phplib <email protected>
Subject: [phplib] Preventing Multiple Login
Hello Folks,
Any ideas on preventing multiple login using the same username passwd?
Will putting UID is active sessions table help?
How do I prevent the user from being locked out if the user does not
press
the logout link explicitly and the session has not yet timed out?
Thanks in advance
Tarique
=====================================
B2B Application Service Providers
http://www.sanisoft.com
The Vortal for Nagpur http://nagpurcity.net
=====================================
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: layne <email protected>: "RE: [phplib] Preventing Multiple Login"
- Previous message: Jens Benecke: "[phplib] sql_query->form customization?"
- In reply to: Tarique Sani: "[phplib] Preventing Multiple Login"
- Next in thread: Donncha O Caoimh: "Re: [phplib] Preventing Multiple Login"
- Reply: Donncha O Caoimh: "Re: [phplib] Preventing Multiple Login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

