Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
ColdFusion: Can anyone exlain the comment here.?
<!--- for convenience, put the statesGateway in the request scope. In a bigger application, you may not want to do this --->
<cfset request.statesGateway = application.statesGateway />
<cfset request.componentPath = variables.componentPath />
<cfreturn true>
I mean to ask, is there any other way to implement the Objects/Variables in ColdFusion so that we can still maintain sessions. and by having objects in Request, are we maintaining sessions?
1 Answer
- talkingformydogLv 41 decade agoFavorite Answer
ColdFusion is an application server and software development framework used for the development of computer software in general, and dynamic web sites in particular. In this regard, ColdFusion is a similar product to ASP.NET or Java Enterprise Edition.