Nope, CLIENT variables are stored on disk, SESSION variables are stored in
memory. CLIENT variables are designed to persist longer than SESSION
variables, and they don't require locking. The downside is that they are
slower, and they do not support complex data types (like arrays or
structures) easily.

--- Ben



-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 18, 2001 12:19 AM
To: CF-Talk
Subject: client variables


is using the client scope as volatile as  using session vars? meaning...if
my CF service restarts itself for whatever reason, i lose existing session
variables so if someone was in the middle of an application...it breaks
(since it depends on sessions). if i use client variables, will that happen?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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