![]() |
CI Session validation - 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: CI Session validation (/showthread.php?tid=7546) |
CI Session validation - El Forum - 04-14-2008 [eluser]bikuta[/eluser] Hi, I'm using the CI Session library storing session data in a database. I was just wondering if it's possible for me to see whether a particular session is valid. For example, if I login, I want to be able to read the session table to see if there are any other users currently logged in (i.e., they have an active session). |