no big deal, really.

RTFM on WDDX in CFStudio.  it's actually pretty close to being correct,
if i remember correctly.

christopher olive, cto, vp of web development
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-----Original Message-----
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 12, 2002 3:56 PM
To: CF-Talk
Subject: RE: Sessions in a Cluster


Oh boy, something new to learn :-)

H.


Howard Owens
Internet Operations Coordinator
www.insidevc.com
[EMAIL PROTECTED]
AIM: GoCatGo1956


> -----Original Message-----
> From: Christopher Olive [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 12, 2002 12:55 PM
> To:   CF-Talk
> Subject:      RE: Sessions in a Cluster
> 
> you can WDDX the advanced structures before you store them.  that
> 'flattens' them into strings.
> 
> christopher olive, cto, vp of web development
> atnet solutions, inc.
> 410.931.4092
> http://www.atnetsolutions.com
> 
> 
> -----Original Message-----
> From: Owens, Howard [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 12, 2002 3:43 PM
> To: CF-Talk
> Subject: RE: Sessions in a Cluster
> 
> 
> By complex data type, you mean array or structure, right?
> 
> That isn't a problem with this particular application that I need to
fix
> ASAP, but I have another one that uses a lot of arrays and structures
> ..
> what's the alternative there?
> 
> Also, for the application I'm fixing now, it's an intranet thing, so
we
> all
> have cookies enabled.  But for applications for the general public,
will
> lack of cookies cause a problem?  Should I still pass
#client.urltoken#
> in
> URLs?
> 
> H.
> 
> 
> Howard Owens
> Internet Operations Coordinator
> www.insidevc.com
> [EMAIL PROTECTED]
> AIM: GoCatGo1956
> 
> 
> > -----Original Message-----
> > From:       Rosenbaum, Daniel [SMTP:[EMAIL PROTECTED]]
> > Sent:       Tuesday, February 12, 2002 12:36 PM
> > To: CF-Talk
> > Subject:    RE: Sessions in a Cluster
> > 
> > That should work as long as you are not storing any complex data
types
> 
> > in a
> > Session variable.  You will also want to make sure you are storing
> your
> > Client variables in a database.
> > 
> > > Dan Rosenbaum
> > > Wachovia Securities
> > > Corporate & Investment Banking
> > > (704) 715-5146
> > > [EMAIL PROTECTED]
> > > 
> > > -----Original Message-----
> > > From:     Owens, Howard [SMTP:[EMAIL PROTECTED]]
> > > Sent:     Tuesday, February 12, 2002 3:14 PM
> > > To:       CF-Talk
> > > Subject:  RE: Sessions in a Cluster
> > > 
> > > Considered it ... don't like the idea ... but the more I research,

> > the 
> > > more
> > > inevitable it looks.
> > > 
> > > I guess for this application all I would need to do is a search
and 
> > > replace
> > > on session. = client., then, of course, I would need to go 
through

> 
> > > and
> > > remove all of the cflocks.
> > > 
> > > 
> > > 
> > > H.
> > > 
> > > 
> > > 
> > > Howard Owens
> > > Internet Operations Coordinator
> > > www.insidevc.com
> > > [EMAIL PROTECTED]
> > > AIM: GoCatGo1956
> > > 
> > > 
> > > > -----Original Message-----
> > > > From:   Rosenbaum, Daniel [SMTP:[EMAIL PROTECTED]]
> > > > Sent:   Tuesday, February 12, 2002 12:11 PM
> > > > To:     CF-Talk
> > > > Subject:        RE: Sessions in a Cluster
> > > > 
> > > > Howard have you considered using Client variables instead of 
> > Session
> > > > variables?
> > > > 
> > > > > Dan Rosenbaum
> > > > > Wachovia Securities
> > > > > Corporate & Investment Banking
> > > > > [EMAIL PROTECTED]
> > > > > 
> > > > > -----Original Message-----
> > > > > From: Owens, Howard [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, February 12, 2002 2:58 PM
> > > > > To:   CF-Talk
> > > > > Subject:      RE: Sessions in a Cluster
> > > > > 
> > > > > Don't know ... but whatever solution I implement will need to
be
> > > > > programmatic.  Corporate won't reconfigure the servers just
for 
> > me.
> > > > > 
> > > > > H.
> > > > > 
> > > > > 
> > > > > 
> > > > > Howard Owens
> > > > > Internet Operations Coordinator
> > > > > www.insidevc.com
> > > > > [EMAIL PROTECTED]
> > > > > AIM: GoCatGo1956
> > > > > 
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From:       Brunt, Michael [SMTP:[EMAIL PROTECTED]]
> > > > > > Sent:       Tuesday, February 12, 2002 12:01 PM
> > > > > > To: CF-Talk
> > > > > > Subject:    RE: Sessions in a Cluster
> > > > > > 
> > > > > > What clustering solution are you using?
> > > > > > 
> > > > > > Mike Brunt
> > > > > > Sempra Energy
> > > > > > 213.244.5226
> > > > > > 
> > > > > > "All computers wait at the same speed."  
> > > > > > 
> > > > > > 
> > > > > > -----Original Message-----
> > > > > > From: Owens, Howard [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Tuesday, February 12, 2002 11:27 AM
> > > > > > To: CF-Talk
> > > > > > Subject: Sessions in a Cluster
> > > > > > 
> > > > > > 
> > > > > > How do I modify an application using session variables so
> that, 
> > 
> > > in 
> > > > a
> > > > > > clustered environment, a user is forced to stay on a single 
> > > server 
> > > > > instead
> > > > > > of being bounced around?
> > > > > > 
> > > > > > I've come across references saying this is possible, but
can't
> 
> > > find
> > > > > > anything
> > > > > > explaining how to do it.
> > > > > > 
> > > > > > H.
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > Howard Owens
> > > > > > Internet Operations Coordinator
> > > > > > www.insidevc.com
> > > > > > [EMAIL PROTECTED]
> > > > > > AIM: GoCatGo1956
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > 
> > > 
> > 
> > 
> 
> 

______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to