Re: loggin limits

2010-11-16 Thread Michael Sprayberry
another once one ends.   Sincerely, Michael --- On Tue, 11/16/10, Alex s wrote: From: Alex s 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

Re: loggin limits

2010-11-16 Thread Shawn Milochik
On Tue, Nov 16, 2010 at 7:40 PM, Alex s wrote: > Hi, > > I am planning to limit the number of users logged online in my application. > > How can I do it? > > Thanks > Alex There is no "logged in" state for a user. You will have to store user IDs and the last time a request came in for that user,

Re: loggin limits

2010-11-16 Thread RadicalEd
You can use a table with the quantity of users logged, so if the quantity is X then you don't let nobody else get loggin On Tue, Nov 16, 2010 at 7:40 PM, Alex s wrote: > Hi, > > I am planning to limit the number of users logged online in my application. > > How can I do it? > > Thanks > Alex > >

loggin limits

2010-11-16 Thread Alex s
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 fr