CodeIgniter Forums
how to invalidating sessions on other devices - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: how to invalidating sessions on other devices (/showthread.php?tid=78997)



how to invalidating sessions on other devices - devo - 04-06-2021

I'm building a codeigniter 4 application where A user logged in other device and then logging out a user's sessions that are active on other devices without invalidating the session on their current device

i use DatabaseHandler Driver Session already but it not work

please help, I've been trying to find a solution for 2 days but still can't find it