I do not get an error when I try to output the page from the top directory, only from the secure directory. I am testing on a local box and I have cut and paste the code several times to ensure that there are no spelling mistakes.
Erik -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of A. Karl Zarudny Sent: Tuesday, June 11, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: [CFTALKTor] Session Variables passed between 2 applicationwith the same name If you try to output the session.loggedin value to the browser, from a page in the top directory and a page in the secure directory, do you get the same error? Are you testing on your own local box or a box in a shared environment? Are you sure you don't have any typos that are tripping you up? > From: "Erik Fenkell" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 11 Jun 2002 13:56:22 -0400 > To: <[EMAIL PROTECTED]> > Subject: [CFTALKTor] Session Variables passed between 2 application with the > same name > > Hello All, > > I am having a problem that has been answered before but I am unable to get > it to work using past threads from this list. > > Here goes. > > I have an application that has a login. There is a secured portion of the > application and an unsecured portion. There is an Application.cfm file that > sits at the very top of the application and an Application.cfm file that > sits inside the secure folder. When the user logs in correctly, I set a > session variable (session.loggedin = 'y'). > > I then CFLOCATION to the secured folder and do some sort of <CFIF > session.loggedin EQ 'y'> --SHOW APPLICATION <ELSE> -- KICK USER BACK TO > LOGIN PAGE. > > Both Application.cfm files have a <CFAPPLICATION> tag and both have the same > application name. As a matter of fact, both are identical, yet I still get : > > ""Error resolving parameter SESSION.LOGGEDIN" > > I know rthat I have set this variable because I can call it from within the > Application that it is set, but not another identical Application.cfm file. > > Any advice or direction would be awesome. > > Thanks, > Erik > - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "A. Karl Zarudny" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Erik Fenkell" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
