We currently upgraded our coldfusion server from 4.0 to 4.5.1. We have session variables set in code using the CFApplication tag to timeout after 8 hours, and on the server we have set the Maximum timeout to 8 hours and the Default Timeout to 8 hours. Our problem is that our web applications are still timing out after 20 minutes even though we do not have 20 minutes set anywhere in our code or on the server. We have stopped and restarted the coldfusion service and that didn't work. Now we're going to remove the cfapplication tag and let the server handle the session timeouts.
Does anyone have any idea why a session would timeout earlier than the times specified?
Does anyone have any idea why a session would timeout earlier than the times specified?