Welcome Guest, Not a member yet? Register   Sign In
Session viewer
#1

[eluser]Mat-Moo[/eluser]
I don't suppose anyone has a snippet of code/plugin to view the session database in a nice format. E.G. allow me to see who's on (bots) where from etc.?
#2

[eluser]bretticus[/eluser]
Sorry for not giving you exactly what you wanted. However, I can give you a tip or two on how to write your own. All you'd need to do is simply query the session database table. The sessionid, ip address, and timestamp are already in columns. If you want to parse the session data, just call unserialize() on that column. This should be a simple job for CI. Since you're just looking at the data, you won't interfere with the sessions in anyway.
#3

[eluser]Mat-Moo[/eluser]
Why re-invent the wheel, hence the question Smile
#4

[eluser]bretticus[/eluser]
Smile But the wheel really isn't very complex as inventions go. I understand why you ask however.
#5

[eluser]TheFuzzy0ne[/eluser]
As far as I'm aware, such a library for CodeIgniter doesn't exist, as I'd imagine people generally don't need to achieve the same goal as you.




Theme © iAndrew 2016 - Forum software by © MyBB