Then how would the persist across the reboots?

> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, November 25, 2000 1:34 PM
> To: CF-Talk
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: Structures: Where is data kept
> 
> 
> > Session variables are stored in client side 
> cookies and/or
> > server memory.  They DO NOT get stored in the 
> registry.  The
> > variables that get stored in the registry are Client
> > variables.  There is a BIG difference in the two.  For
> > example you cant story a structure in a Client 
> variable with
> > out using WDDX on it, etc.  Hope this helps a little.
> 
> Session variables are NOT stored in client-side 
> cookies. They're always
> stored in memory. What is stored in cookies are 
> the two tokens CF uses to
> associate a user's browser with those variables 
> stored in memory.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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