![]() |
automatic logout after inactive for 10 minutes - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forum-5.html) +--- Forum: General Help (https://forum.codeigniter.com/forum-24.html) +--- Thread: automatic logout after inactive for 10 minutes (/thread-71971.html) |
automatic logout after inactive for 10 minutes - kvanaraj - 10-19-2018 I want to expire session after 10 min . i try with Code: <meta http-equiv="refresh" content="600;url=logout.php" /> RE: automatic logout after inactive for 10 minutes - InsiteFX - 10-22-2018 Automatic Logout after 15 minutes of user Inactivity using PHP Should give you an idea of how it is done. Start using Google Search. |