![]() |
How to logout user in specific time - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to logout user in specific time (/showthread.php?tid=88758) |
How to logout user in specific time - kissbogar - 11-01-2023 Automatic logout at then time specified by the user, update are due e.g. 13:50 , 21:50, 05:50 I need to log the user out of the site and redirect to the login page . Thanks, RE: How to logout user in specific time - kenjis - 11-01-2023 How about specifying the time until the next timeout as the session expiration date when logging in? |