I have a five page .cfm website with session variables. The website gets pre-populated with data from the database. Most of the time the website is just reviewed and no changes are made. However, some sessions take a long time. Since sometimes i get an error that some FORM variable is undefined or it just kicks the user back out to the login screen, i'm guessing it's because the session timed out. My question is, is that when the user clicks the next button to go to the next .cfm page, is the session "refreshed" so the timer goes back down to 0 minutes or if nothing is changed/saved and the user just clicks next to go to the next page does the timeout timer keep incrementing and would therefore cause the above error? Thanks for any input.