Sorry for this MIME type Outlook  e-mail...but:

Your question:

> In my application iam using session variables(havent put them in
> structures) like <cfset session.username = #query.username#>.
>
> The problem iam facing is i want to delete the session variables in
> my signoff form...at the moment iam just assigning the variables to
""(<cfset
> session.username="">).

<cfscript>StructClear(Session);</cfscript>

the answer: check this site www.cfnewbie.com/tiparchive.cfm
article March23, 2000

R�mi van der Deure


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to