logout user if he/she is idle

hello…i want to make a script in php where i can logout a user if he/she is idle more than 30 minute but dint have an idea how to do that…need some help!!

You can use cookies, with 30 min of use

http://php.net/manual/en/features.cookies.php

Sponsor our Newsletter | Privacy Policy | Terms of Service