开发者

how to count the number of online users [duplicate]

开发者 https://www.devze.com 2023-03-29 23:04 出处:网络
This question a开发者_JAVA技巧lready has an answer here: Closed 11 years ago. Possible Duplicate: Who's Online in Pylons
This question a开发者_JAVA技巧lready has an answer here: Closed 11 years ago.

Possible Duplicate:

Who's Online in Pylons

We have a project on the pylons. And now the task is to count all users are on the site. Do this with a session does not work, because the lifetime of the session for about a day. How can I do?


In my project (but in django), I'm store user id in database with time of last request and show all users for last 5 minute.

0

精彩评论

暂无评论...
验证码 换一张
取 消