I have the same problem when I do this...

<cfset dsn = "fleet">
<cfapplication name="Fleet Admin"
               clientmanagement="Yes"
               setclientcookies="Yes"
               clientstorage="#dsn#">


-----Original Message-----
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 8:01 AM
To: '[EMAIL PROTECTED]'
Subject: RE: lame client variable question


Uh.....why is "#dsn#" the error? I think you want to remove
sessionmanagement="Yes".

-----Original Message-----
From: Floris Brouwer [mailto:[EMAIL PROTECTED]]
Sent: 10 August 2000 14:53
To: [EMAIL PROTECTED]
Subject: RE: lame client variable question


error is "#dsn#"


F.

-----Oorspronkelijk bericht-----
Van: Jason Egan [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 10 augustus 2000 15:16
Aan: Cf-Talk
Onderwerp: lame client variable question


I'm not sure what I'm doing wrong here, but I am using client variables in
my application, but I can seem to expire them by default in my
cfapplication.  what am I doing wrong?

<cfapplication name="CREBD"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               sessiontimeout="#createtimespan(0,0,2,0)#"
               applicationtimeout="#createtimespan(0,0,5,0)#"
               clientstorage="#dsn#">

tnx,
je

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to