I want to allow only one account currently logged in from one IP.
Sometimes user open two or three accounts from one IP.
Is there any way to stop that?
I m thinking of getting IP and storing it in session variables and
making a check but not clear about the whole process.
Regards
Rahi
Sometimes user open two or three accounts from one IP.
Is there any way to stop that?
I m thinking of getting IP and storing it in session variables and
making a check but not clear about the whole process.
Regards
Rahi
Comment