---
title: "Can we have multiple OnRequestEnd.cfm in an Application? How its works?"  
description: "Can we have multiple OnRequestEnd.cfm in an Application? How its works?"  
author: "James Smith"  
published: 2011-05-17  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/922/can-we-have-multiple-onrequestend-cfm-in-an-application-how-its-works  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# Can we have multiple OnRequestEnd.cfm in an Application? How its works?

Yes, We can have. The OnRequestEnd.cfm page must be in the same directory as the Application.cfm page ColdFusion uses for the current page. ColdFusion does not search beyond that directory

## Answers

### Answer by James Smith

Yes, We can have. The OnRequestEnd.cfm page must be in the same directory as the Application.cfm page ColdFusion uses for the current page. ColdFusion does not search beyond that directory


---

Original Source: https://www.mindstick.com/interview/922/can-we-have-multiple-onrequestend-cfm-in-an-application-how-its-works

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
