CodeIgniter Forums
Prevent multiple logins - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Prevent multiple logins (/showthread.php?tid=45619)



Prevent multiple logins - El Forum - 09-28-2011

[eluser]crmdesignstudio[/eluser]
I'm working on a project where I'd like to prevent multiple users from logging in using the same account. Can anyone give some insight as to how to go about this using CI's session library? I'm also open to using a different session library if there are any that handle this sort of thing.

Thanks in advance!
CM