Hi, I know the wp theme has the option to have One session per user, but I need to know if this feature will work as well in the app to avoid bad aceess from the users. Thanks in advance!
Hi,
Not works one session per user in APP like web.
Refer to this image:
http://prntscr.com/qirpwo In-App cookie concept does not work like in the
But we use token method where we share a token to user at the time of login in APP which is valid for 1 week.