hello,
problem : the same member should not be able to be logged in more than once at the same time.
i tried this one, but i got some problems.
table is :
user_id varchar(20)
user_password varchar(20)
enabled varchar(3)
for this, i done using database. when the user logged in, then the user set enabled to "yes". but when the user is logged out then the user set enabled to "no".
suppose, if the user is logged in. the user just close the browser with out using the logoff link. in this situation, how the user set enabled to "no".