Well if you're using CFMX, and you're on one server, why not change it to
session variables. You don't need any locking now, please correct me if I am
wrong. So you could just do a massive search and replace on your code. I
have seen far too many people have issues with client variables.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-----Original Message-----
From: Anthony Wong [mailto:anthony@;intracomm.com] 
Sent: Wednesday, October 30, 2002 2:27 AM
To: CF-Talk
Subject: RE: MX Installation: Client Variables Not Changing (Part 2!)


Cool Site Ben !! I'm a big fan of Gundam .. just love those toys .. 

Anthony

-----Original Message-----
From: Ben Koshy [mailto:benlist@;w3media.net]
Sent: Saturday, October 19, 2002 5:25 AM
To: CF-Talk
Subject: RE: MX Installation: Client Variables Not Changing (Part 2!)


Thanks Dave, That resolved that issue!

Now one last bug is holding me up again:

Site: http://www.gundam.com  Uses extensive use of client variables.
However, after a client variable is set, I can't seem to "update" it. This
is most evident when a user logs in and is unable to log out.  My logout
file is simply this:

<CFSET client.LoggedIn=0>
<CFSET client.MemberID=-1>
<CFSET client.MemberName="">

I wrote a litte test program: http://www.gundam.com/test.cfm which uses a
new Application Name and simply sets a client variable and then attempts to
change its value in the same page:

Value of Client Variable is 1
Setting Client Variable to "2".
Value of Client Variable is 1

My client variables are set to a database table which I created Client
Tables using CFMX, and it has full permissions to the database.

Any ideas?

-- Ben.

-----Original Message-----
From: Dave Watts [mailto:dwatts@;figleaf.com] 
Sent: Friday, October 18, 2002 12:37 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: MX Installation: Wrong site being loaded occasionally


> I have a site at:
> 
> http://www.crackedpipe.com
> 
> Which is on the same site as:
> 
> http://www.gundam.com
> 
> Gundam.Com, which was the first site on this newly
> installed CFMX test box, works fine.
> 
> Crackedpipe.Com was installed afterwards, and it appears
> to work most of the time, but on every now and then (quite
> often!) when I click on a link on the left menu. It'll 
> pull up the HOME page from Gundam.Com which happens to 
> have the same name "index.cfm". I'm at a loss here as to 
> why this is happening. I can't reproduce it consistently 
> other than just keep trying it and it'll happen eventually.  
> If you keep hitting reload, it eventually goes back to the 
> crackedpipe homepage.

Did you edit the cacheRealPath value in
\CFusionMX\runtime\servers\default\SERVER-INF\jrun.xml?
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenote
s_mx
html#installing

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to