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 <alexsalga...@gmail.com> wrote:


From: Alex s <alexsalga...@gmail.com>
Subject: loggin limits
To: django-users@googlegroups.com
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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to