6

I want to restrict login users to only one session - even around browser tabs. If user loaded the page in another tab will be not logged in it, when log on - all other sessions will be destroyed.

How to do it?

Nips
  • 13,162
  • 23
  • 65
  • 103
  • 1
    Take a look at this package: https://pypi.python.org/pypi/django-restricted-sessions/0.1.2 Even if it's not exactly what you want to do, you could understand how to deal with the sessions in the source code. Sorry, I can't help more. Interesting question though! – David Dahan Jun 09 '14 at 19:40

0 Answers0