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
