hi,
i noticed that when I use control to login users, it is possible that one user logs in, while he is loged in from another computer and even ip. is there a way to deni this?
hi,
i noticed that when I use control to login users, it is possible that one user logs in, while he is loged in from another computer and even ip. is there a way to deni this?
Yes, but not out-of-the-box. You need keep track of the logged in users (session table) and respond accordingly when trying to login. So you need some customisation of the generated code. You need also to build some mechanism to breakup a session like SC does. If the user is not logging out properly the old sessions will persists…
thank you. I will see how to workaround. I hoped there was a SC-solution before starting to prog
Yo puse esta variable en el Evento ONLOAD del MENU:
$mip= $_SERVER[‘REMOTE_ADDR’];