1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

Remove clear of session on login (nonsense)0

This commit is contained in:
Adolfo Gómez García 2022-05-10 15:31:29 +02:00
parent 0fe5b32224
commit dd98ba5653

View File

@ -372,7 +372,6 @@ def webLogin(
cookie = getUDSCookie(request, response)
user.updateLastAccess()
request.session.clear()
request.session[USER_KEY] = user.id
request.session[PASS_KEY] = cryptoManager().symCrypt(
password, cookie