arnabpal81 wrote:
coldfusion 10 users logs off automatically from the tool after first activity everyday when they log in
I have understood this as, when users log in everyday, after the first activity, coldfusion logs them off automatically from the tool. If that is so, then it could mean that sessions are not maintained between requests. You will then have to configure your Application.cfc of Application.cfm file to instruct ColdFusion to maintain sessions.