Hello, 
I want to implement two factor authetication in my django app. The steps 
are as follows:
1. User need to register
2. User need to login
3. As login user, user need to send a token for verification, if 
verification is ok, I set the variable like this 
request.session['token']=True. 

I have a problem cause when I login as different users this session 
variable is still set to true. I am probably missing something, I assume 
that request.session is per user not per whole app.

Best regard
Mateusz Wasielewski

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8af41ff9-f313-4d2e-bd12-4e113f531e1bn%40googlegroups.com.

Reply via email to