If I use a bogus username and password, the session.loggedin variable is set
to 'n'. I have commented out the re-direction on the template that handles
the logging and the variable is there. Only when the redirection takes the
user to the secured directory is the variable no longer present.
I have tried taking out the Application.cfm file and outputting the session
variable in my app_locals.cfm file in the secured directory and it is output
no problem. I have included the <cfapplication> tag info below.
<cfapplication name="app_name" clientmanagement="Yes"
sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,20,0)#"
applicationtimeout="#CreateTimeSpan(0,0,0,30)#"
clientstorage="COOKIE"
setdomaincookies="Yes">
Both Application.cfm files have the same name.
Erik
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 3:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [CFTALKTor] Session Variables passed between
2applicationwith the same name
output the value of the var where you are being redirected back to the
login, and comment out the redirection, so you can see any url form vars.
what do you get for the value/does it exists?
Steve Budan
Sr. Cold Fusion Developer
Baxter Corporation
AUTROS POINT OF CARE System
One Yorkdale Rd., Suite 310
Toronto,Ontario
Canada M6A 3A1
416.784.1100 x.182
Internet disclaimer:
"This material is intended for the use of the individual to whom it is
addressed and may contain information that is privileged, proprietary,
confidential and exempt from disclosure. If you are not the intended
recipient or the person responsible for delivering the material to the
intended recipient, you are notified that dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this communication in error, please contact the sender immediately via
e-mail and destroy this message accordingly."
The opinions expressed in this communication are not the opinions of my
employer.
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [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)