Skip to main content
Participant
July 20, 2014
Question

request.currentsitename is undefined

  • July 20, 2014
  • 1 reply
  • 235 views

  <cfset request.CURRENTSITENAME = "fatcate-juice.com">

I have this in Application.cfc.  Yet it shows as undefined.  Please help.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    July 20, 2014

    Where do you have it in Application.cfc? That is, in which of the functions? Where does it show as undefined? Normally, if you want a request variable to be available to a CFM page, the place to define it is in onRequestStart.