I have a web applications that requires people to login. It uses session variables to do this. My time span in the application file is set to 5 hours. It works find as long as the user is constantly requesting webpages. But if the user is inactive from anywhere 5 minutes to 10 minutes the session variable times out. How do I prevent this? I want it to be around an hour of inactivity.