> 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

You won't want to do that under CF 4.5.x. If you do, CF will delete
everything within that session, including some variables it creates itself
for tracking session information. This may produce some odd results.

http://www.allaire.com/handlers/index.cfm?ID=14143&Method=Full&PageCall=/sup
port/index.cfm

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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

Reply via email to