I tried sending this last night, but it doesn't seem to have made it to the
list, so here it is again...

I've just spent hours trying to figure out what's causing some really
bizarre issues with SOME of the client-scoped variables set in an
application I'm running to disappear.  We've been trying to nail down at
what point they disappear, and it's very elusive.

The weirdest part of it all is that we've narrowed the cause of this to four
lines of code in a page that you land on after logging in (which sets a
number of these client variables).  These lines of code were four <td>s each
of which contains an <img> tag with an empty src attribute (ie. src="").  If
we remove these four lines, everything works fine.  If we put them back in,
on any kind of page refresh or clicking on any link at all, our script which
checks for the existence of CLIENT.lastAccess and checks to see if it's more
than x minutes old triggers because client.lastaccess doesn't exist
anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
sets and displays CLIENT.lastAccess just fine.

I'm not aware of HTML throwing errors or having a problem with empty quotes,
nor am I aware of ColdFusion having any such problem (empty quotes in HTML
tags, not CF tags).  We've crawled every line of code being run through the
whole process, and haven't been able to determine anything else.  Just that
if we remove those lines of code with the img tags in it, or put anything at
all inside those quotes, everything works fine.

Anyone able to shed some light on this situation?

-Kev

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to