Rich,

> How do I clear the Client Management settings??  I don't
want to set them to
> blank, I want to completely remove them so a user can
login by setting them
> and log out by deleting them.

this is what I use to kill them all in a logoff action.

<cfloop list="#GetClientVariablesList()#" index="deletekey"
delimiters=",">
        <cfset temp=deleteclientvariable("#deletekey#")>
</cfloop>

Hope this helps,

Bill
<cf_warrior>



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to