Some while back I saw a post for code to destroy
client variables when a user logs out of a system. My
problem is I have a fusebox app that refuses every now
and then to let go of client vars, and using
<CFLOOP INDEX="varname"
LIST="#GetClientVariablesList()#">
<CFSET DeleteClientVariable(varname)>
</CFLOOP>
doesn't seem to get rid of them entirely. I am working
on an Oracle 8i db, and my initial query pulls data on
the user to make sure they are registered. This works
for the userid I am testing in SQL Plus, but I get
bumped out in the app (I think) because of a client
var for failed authorizations which is set to true. I
can provide more code, but I am thinking this is due
to the db not letting go of those vars.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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