Actually, I have, twice. In both instances, I had to deal with the complex
variable WDDX thing, and indeed, I did have one text sentence that ended in
"session." But it really does come down to a global find -n replace.

The most important thing, though, is certainly to create a .zip backup of
the entire app -before- you do the replace!

Alan McCollough
Web Programmer
Allaire Certified ColdFusion Developer
Alaska Native Medical Center

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, January 30, 2001 12:42 PM
> To:   Fusebox
> Subject:      RE: clustercats (and fusebox)
> 
> First:
> Have you ever *tried* this on a larger app? I know in theory it works, but
> there's just something that makes me uneasy about doing a global search &
> replace.
> 
> Second:
> What happens if "session" happens to be at the end of a sentence? :)
> 
> 
> Shannon Hicks
> Senior Developer
> Allaire Certified ColdFusion Developer
> [EMAIL PROTECTED]
> 
> duoDesign, The eBusiness Accelerator
> 1007 Church St. Suite 510
> Evanston, IL 60201
> 847.491.3211
> 847.491.3100 fax
> 
> http://www.duodesign.com/
> http://www.chicagoangels.org/
> 
> 
> -----Original Message-----
> From: McCollough, Alan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 30, 2001 2:48 PM
> To: Fusebox
> Subject: RE: clustercats (and fusebox)
> 
> 
> You wanna know how hard it is to remediate those apps?
> 
> FIND "session."
> REPLACE WITH "client."
> And there ain't much more to it than that.
> 
> Alan McCollough
> Web Programmer
> Allaire Certified ColdFusion Developer
> Alaska Native Medical Center
> 
> > -----Original Message-----
> > From:       Kelly Tetterton [SMTP:[EMAIL PROTECTED]]
> > Sent:       Tuesday, January 30, 2001 10:29 AM
> > To: Fusebox
> > Subject:    RE: clustercats (and fusebox)
> >
> > Appreciated -- and we are now using client vars for all of our current &
> > future apps; but we have many *legacy* apps using session vars.
> >
> > -----Original Message-----
> > From: Hal Helms [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 30, 2001 12:37 PM
> > To: Fusebox
> > Subject: RE: clustercats (and fusebox)
> >
> >
> > Kelly,
> >
> > The problem with sticky sessions in general is that it goes against the
> > idea
> > of clustering and replication across multiple machines. These problems
> can
> > be solved if, instead of session variables, you use client variables and
> > store this information in a central database.
> >
> > Hal Helms
> > == See ColdFusionTraining.com for info on "Best Practices with
> ColdFusion
> > &
> > Fusebox" training ==
> >
> >
> > -----Original Message-----
> > From: Kelly Tetterton [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 30, 2001 12:18 PM
> > To: Fusebox
> > Subject: OT: clustercats (and fusebox)
> >
> >
> > Has anyone used a fusebox app in a clustercats environment?
> >
> > Also, we have several legacy apps that use session variables, and
> although
> > it seems clear that we can use sticky sessions for those, I've been
> ready
> > that clustercats can't handle sticky sessions *and* absolute urls (ie,
> for
> > ssl checkouts) and that it can only handle up to 4 virtual web sites on
> a
> > single machine -- but this info might be outdated.
> >
> > Anyone?
> >
> > Kelly Tetterton
> > [EMAIL PROTECTED]
> > http://www.duodesign.com
> >
> > duoDesign eBusiness Accelerator
> > 1007 Church Street, Suite 510
> > Evanston IL 60201
> >
> > 847-491-3142 direct
> > 847-491-3000 main
> > 847-491-3100 fax
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to