Well, this is my cfapp tag:  so using cookies by default I think for URLtoken.

<cfapplication name="appName"
   clientmanagement="Yes"
   clientstorage="clientregName">

and I am checking the values for cfid and cftoken... they are not changing
as I am clicking... but the darn Client.Variable is.... however many other
client.Variables are NOT changing...  FYI, the client.Variable that is
changing on me is being used as a True/False boolean value and a cfparam is
being used to initialize it to false.

Brian

At 01:33 PM 11/22/03 +1100, you wrote:

>Are you passing #URLToken# (or #CFID# #CFToken#) between your pages? (eg
>appended to URL links or embedded in your form "action" attribute) CF might
>be getting confused about which client it is dealing with - especially if
>you are not using cookies.
>
>Peter Tilbrook
>ColdFusion Applications Developer
>ColdGen Internet Solutions
>Manager, ACT and Region ColdFusion Users Group -
><http://www.actcfug.com>http://www.actcfug.com
>4/73 Tharwa Road
>Queanbeyan, NSW, 2620
>AUSTRALIA
>
>Telephone: +61-2-6284-2727
>Mobile: +61-0439-401-823
>E-mail: [EMAIL PROTECTED]
>
>World Wide Web: http:/www.coldgen.com/
>
>   -----Original Message-----
>   From: Brrrian [mailto:[EMAIL PROTECTED]
>   Sent: Saturday, 22 November 2003 11:43 AM
>   To: CF-Talk
>   Subject: Ever have trouble with Client Variables changing?
>
>   I have a Client variable that I set as True of False... it is changing on
>me.
>
>   For example once a page loads I dump the client variable list and I can
>see
>   that it is set False...  I Click on something reloads the page and it has
>   switched to True.  But not Always.....  is very Odd.....   The Only place
>   where <cfset Client.VariableName  exists is marked with DeBug code and it
>   does not appear...
>
>   To DeBug this I have written a
>   <cfoutput>Module:#Client.VariableName#<br></cfoutput>
>   into each module called when the PageClick runs...
>
>   It is changed sometimes... but not always...  I'm going CRAZY trying to
>   figure this out.
>
>   ??????   Anyone?
>
>   thanks,
>   Brian

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to