Copy link to clipboard
Copied
I have a session timeout of 4 hours for my application.
If I am logged into my application on 3 different devices like this
Logged in times for devices
If my session times out on Device 1, does it end my sessions on the other 2 devices?
Copy link to clipboard
Copied
No, sessions are specific to individual devices. You could add your own code that explicitly ends sessions if they have some specific identifier within them, but that's not going to happen by default.
Dave Watts, Fig Leaf Software