Yes, I agree, but in development we may use one table name, but we may want
to change that later... who knows... easier this way... only have to change
it in one place...

je

-----Original Message-----
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 9:42 AM
To: '[EMAIL PROTECTED]'
Subject: RE: lame client variable question


        Why bother even setting it up to be dynamic. You should only have
one main repository for client variables and if you don't it's pointless.
And if you do for some reasons want to change the name just do a massive
search and replace on clientstorage="whatever".

Robert Everland III
Web Developer
Dixon Ticonderoga


-----Original Message-----
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 10:58 AM
To: [EMAIL PROTECTED]
Subject: RE: lame client variable question


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