I must be missing something minute. I followed the instructions below and I
am still getting my session variable as undefined. Who knows, must be some
little snippet somewhere causing the headaches. That, or the lack of air
conditioning in my office.

Thanks for all the input.

Erik

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFTALKTor] Session Variables passed between
2applicationwith the same name



remove everything in cfapplication that you are not using.
I believe everything is optional except "name"

So if you are not using client variables. as in client.myVar, then you
don't need client storage or clientmanagement
     also do you need setdomaincookies? if not remove it.
     also your apptime out is 30 seconds and your session timeout is 20
minutesm is this what you had intended?

Cf administrator has default values for these, you don't have to set them
here if the defaults are acceptable to you.


<cfapplication name="app_name" clientmanagement="Yes"
               sessionmanagement="Yes"
               sessiontimeout="#CreateTimeSpan(0,0,20,0)#"
               applicationtimeout="#CreateTimeSpan(0,0,0,30)#"
               clientstorage="COOKIE"
               setdomaincookies="Yes">



-
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)

Reply via email to