A customer of mine wants to create a website that lets members log in, but since he's going to charge members for creating an account he doesn't want members to be able to log in with the same account if someone is already logged in with the same account.
Ive looked at user.IsOnline but it seems that all members are online all the time? Is it a bug? Im using v6.1.6. Or are there some other way to check the members?
Check if member is already logged in
Hi!
A customer of mine wants to create a website that lets members log in, but since he's going to charge members for creating an account he doesn't want members to be able to log in with the same account if someone is already logged in with the same account.
Ive looked at user.IsOnline but it seems that all members are online all the time? Is it a bug? Im using v6.1.6. Or are there some other way to check the members?
Use the Aspnet membership methods
I cannot remember of the top of my head but there is one on there like
IsAuthenticated(pass in the member object)
Charlie :)
is working on a reply...