While the state is stateless you can create a user list and then control the number of user allowed to be logged on a given time. Read through this. http://www.djangobook.com/en/beta/chapter12/ Your best bet is to create a count that keeps track of total active session and only allows another once one ends. Sincerely, Michael
--- On Tue, 11/16/10, Alex s <[email protected]> wrote: From: Alex s <[email protected]> Subject: loggin limits To: [email protected] Date: Tuesday, November 16, 2010, 7:40 PM Hi, I am planning to limit the number of users logged online in my application. How can I do it? Thanks Alex -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

