This is just a quick take on this...... But I am guessing it will be because the virtual IIS directory is NOT under the same <cfapplication> as the other. Therefore, it is a different Session scope (if any) that is being looked at.
You may be able to solve this by ensuring that the code in the virtual directory uses the same <cfapplication> name as your main code. I wouldn't use IIS virtual directories in this way with Cold Fusion. I'd use the Cold Fusion mapping facility instead. Regards, Gary On Thu, 18 Nov 2004 06:06:14 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > This is a correct file to my previous post, which writes the output form the > virtual directory CFC to the correct file. > > > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at [EMAIL PROTECTED]
