> I fixed the inital error with the help of Dave Watts, by
> deleting each variable by name, like so:
>
> <cfset var1 = StructDelete(session,"#session.RollCount#")>
>
> However, this apparently leaves session.RollCount defined, as
> it fails the following:
>
> <cfif not isDefined("session.rollCount")>
>
> which defeats the app.
>
> Any suggestions?
Your code should read:
<cfset var1 = StructDelete(session, "RollCount")>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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