CodeIgniter Forums
session question - 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: session question (/showthread.php?tid=40474)



session question - El Forum - 04-09-2011

[eluser]R_Nelson[/eluser]
is there a way to see what sessions are active so i can do a whos online kinda thing? or count how many users are online atm?


session question - El Forum - 04-09-2011

[eluser]InsiteFX[/eluser]
You would do it the same way you would for any other table.

There are some classes on the web for PHP to do Whois also.

InsiteFX


session question - El Forum - 04-09-2011

[eluser]micflan[/eluser]
Yes, if you are using the database to store session data you can look to that table for recent activity.