On 8 May 2009, at 16:35 , veeravendhan wrote:
> Duplicate login should not done is my requirement. with the username
> one login shoud be happend, if another user is trying to login in the
> system, he should be informed this login is currently in use.
>
> Thanks
> Veera

This doesn't really make any sense from an HTTP/web standpoint. HTTP  
is inherently stateless and disconnected, and you're asking for a  
feature that only makes sense in a stateful and connected protocol.  
Sessions can somewhat reintroduce state, but not connection.

If you want that, you'll need either ugly hackeries based on  
javascript events, or a real, heavy client. Either way you haven't  
explained why you'd have such an utterly bizarre requirement, and I  
don't quite see its point. Why forbid a user from browsing the same  
site in two different tabs?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to