![]() |
Lock screen implementation - 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: Lock screen implementation (/showthread.php?tid=64264) |
Lock screen implementation - regularperson - 02-01-2016 Hi all, Could someone help me understand how should I implement lock screen feature which can be found in for example AdminLTE? I'm using Ion auth library and was thinking that I should declare new session called "locked" or something in config and then check if the user is active or not after 5 mins or something... Any ideas or guidance? Thanks. |