ColdFusion Question:
Download Questions PDF

What are Session Timeout and Application Timeout? Where we have to do this process?

Answer:

ApplicationTimeout : The time span an application will exist before it times out (if the application is not accessed in any way). This defaults to the value set in the ColdFusion administrator.
SessionTimeout : The time span a session will exist before it times out (if the application is not access in any way by that session's user). This defaults to the value set in the ColdFusion administrator.

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
How can you set the Session Management?How can you clear the cache?