Who's Online in Pylons
I currently have a Pylons application running with a basic user system set-up. I want to try and create a widget that shows the users that are currently logged on to the website. I'm not sure how I should handle this though; I'm not sure if pylons sessions being active are based on whether or not a user is actually on the web apps page or not, so I am seeking some ideas as to how I can work with what I already have possibly to accomplish this. There's several ways you can do it, depending on how accurate you want to be. The easiest, and first way to do it, use memecached or a persistent store