Hello guys,
I am making an application for web and mobile. The overview of problem is i can log in from web and mobile at the same time, so if i hit log out from all devices from web or mobile so the particular user should be logged out from every where automatically. Small help will be appreciated.
Thank you
Best regards
Vaibhav
Hi Vaibhav Mathur,
In order to accomplish your requirement, as per my understanding you will have to follow the below steps:
Hope this helps you!
Regards,
Benjith Sam
Hi Benjith Sam,
So i have to call or hit the logic in every screen for checking the value of IsActive?
Regard,
Vaibhav Mathur wrote:
Hi Vaibhav,
Sorry for the late reply. Yes, we have to check the flag attribute value in every web request as mentioned in the post shared by Miguel Verdasca, we can use OnBeginWebRequest for that purpose.
Note: There might be multiple solution for this requirement, but this is what it came to my mind :)
A bit extra information, see this post.
Cheers