ORMCloseAllSessions

Note: This function has been added in ColdFusion 9.0.1 to support multiple data sources in the same application. Install the ColdFusion 9 update to use the feature.

Description

Closes all Hibernate sessions in the request.

Function Syntax

ormcloseallsessions()

See Also

ORMGetSession, ORMClearSession, ORMFlush, ORMGetSessionFactory, ORMCloseSession() in Developing ColdFusion Applications.