On your login page just do something like so.
<CFIF session.loggedIn eq "true"> That member has already logged in. <CFABORT> </CFIF> Then go ahead and place you login page down below DB DB ----- Original Message ----- From: "Hamid Hossain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, November 03, 2001 7:57 AM Subject: Members Access Control > Hi folks. > > I have a web site contains members. every member can > login using his own username and password. I don't > want to allow to visitors to login using the same > username and password at the same time. > > Some of members may share thier username with thier > friends, which I want to prevent. > > Regards, > Hamid Hossain > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

