Hello all Thanks for the help last time. new question.
How do you make a session end it self if the user stop doing stuff for like 5 min. or something.
<?php session_set_cookie_params(300); // 300 seconds == 5 minutes session_start(); // ... rest of script