I would like to automatically logout a users session if they're inactive for, let's say, 5 mins. I prefer not to use a javascript method. Is there a php function like: set_time_limit that will poll the users browser session and call my logout routine when the time limit is reached?