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
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,
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
>
>
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
4 matches
Mail list logo