> > 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.
>
> Then how would the persist across the reboots?

They don't. If you want to persist session data beyond the length of an
individual session, you'll have to write code to store the data in a
database, and retrieve it when the user returns.

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

Reply via email to