Question
Get calling script name
Let's assume I have the following:
fileA.cfm > includes fileB.cfm > includes fileC.cfm
Within fileC.cfm, how can I figured out that fileB.cfm was the page that called it? I was looking through getPageContext() for any revalent information, but I'm stumped. If i use cgi.path_info that's invalid as it would give me fileA.cfm. This has to be something obvious that I'm missing
