define "active" session.....active users, loginned users, peoples wandering in your site.... ? web2py tracks session typically in files stored under the /session/ folder. Every file is a session with the session data pickled in it. Session are never explicitely purged. Look at scripts/sessions2trash.py to seek guidance on how to read those.
Il giorno giovedì 23 agosto 2012 06:48:28 UTC+2, weheh ha scritto: > > Let me add a little more to this. Clearly, one could keep track in a db a > list of all the sessions spawned by the system. However, (and I apologize > for not having looked deeply into the code for this) it seems like web2py > would already know this info. So wondering if there's a way to get at it > without having to do a lot of work. --

