No, the client scope is very stable. The client scope stores variables in a
database, and is able to tell who the user is by the cfid and cftoken
cookies. I have sworn off using session variables, as have other users on
this list for the same reasons you are running into. As for the problem, I
still cannot figure out why session vars time out before they are supposed
to. I have done testing on my local machine which no one else accesses,  and
they still time out before they are supposed to. I check my event logs and
there is no sign of cf restarting...

jon
----- Original Message -----
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 12:18 AM
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