Ive tried and failed to have a list of active suers on my site. Currenty i am making do with just showing all registered users.
However, when the site gets bigger and (hopefully) more users join, i dont want to have the user list being extra long and taking up the majority of the page!
Is there a simple way I can show only active users? Also, how do i make a session expire or does it do this automatically? Can i use the session expiry to change a database entry to "inactive" for example?