Asked by duncanb7
at 2024-05-08 05:33:41
Point:500 Replies:6 POST_ID:828553USER_ID:11059
Topic:
PHP Scripting Language;JavaScript;Hypertext Markup Language (HTML)
Recenly I have finished example of login-form for my server website from the
tutorial lnk at http://phpsense.com/2006/php-login-script/
Now just want to know how to prevent two users use same unique login and passwd on
two different computers in php and javascript login-form to login successfuly
on my website ?
I am thinking before a way to do that , for example, when user login successfull the form, the mysql database will record the user's status such as active and when the user kill the
login IE/Firefox browser or window computer reset, there is script can delete the user
status ot be logout. But I don't know how to do it in program
Any idea if you experience this issue before or I neeed to concentrate on session and cookies application for the issue ?
please advise
DUncan
tutorial lnk at http://phpsense.com/2006/php-login-script/
Now just want to know how to prevent two users use same unique login and passwd on
two different computers in php and javascript login-form to login successfuly
on my website ?
I am thinking before a way to do that , for example, when user login successfull the form, the mysql database will record the user's status such as active and when the user kill the
login IE/Firefox browser or window computer reset, there is script can delete the user
status ot be logout. But I don't know how to do it in program
Any idea if you experience this issue before or I neeed to concentrate on session and cookies application for the issue ?
please advise
DUncan