It is a session timeout set in application.cfc. I set the session time out as <cfset this.sessiontimeout="#createtimespan(0,0,20,0)#"> I tried using something like this.. but it is poping up with some error for redirecting a page to home page.
<cffunction name="OnRequest" access="public" returntype="void" output="true"> <cfargument name="Page" type="string" required="true" /> <cfif NOT(Arguments.Page IS "onSessionEnd") OR (Arguments.Page IS "onApplicationEnd")> <cfinclude template="Arguments.Page" /> <cfelse> <cfinclude template="index.cfm" /> </cfif> <cfreturn /> </cffunction> >Priya, > >I am not sure what you mean when you say a page has timedout? Do you mean >that ColdFusion has thrown a timeout error? > > >-- >Ben Nadel >Adobe Community Expert >Adobe Certified Advanced ColdFusion Developer >Manager New York ColdFusion User Group >http://www.bennadel.com > >Need ColdFusion Help? >http://www.bennadel.com/Ask-Ben ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321823 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

