some help
-
how to stop user logging on more than once :)
ahmed eldeghedy
-
how to stop user logging on more than once :)
ahmed eldeghedy
I recommend reading the guide on how to post. Everyone here wants some help. You need to track who is logged in, if you don't do that, what's the use of a login ? Then, add a timeout for people who turn off the browser without logging out.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
how to stop user logging on more than once :)
ahmed eldeghedy
-
You can do one thing: When a user login first time, make a entry for the same in database and when logout delete that entry.Now after login once if user try again check the entry in database if found then show a message.
Cheers!! Brij
That's kind of what I said, except just doing what you said, only works if the users ALWAYS explicitly log out.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.