Added functionality for MULTISESSION_MODE of types 0 and 1.

This commit is contained in:
Griatch 2013-03-25 09:41:27 +01:00
parent 11d612a72a
commit b5ccad21c5
3 changed files with 10 additions and 25 deletions

View file

@ -36,7 +36,6 @@ SSYNC = chr(8) # server session sync
from django.utils.translation import ugettext as _
SERVERNAME = settings.SERVERNAME
#ALLOW_MULTISESSION = settings.ALLOW_MULTISESSION
MULTISESSION_MODE = settings.MULTISESSION_MODE
IDLE_TIMEOUT = settings.IDLE_TIMEOUT