> CFAS 4.5.1 is apparently treating:
> 
> <cfset result = StructClear(session)>
> <cflocation url="index.cfm">
> 
> differently than CFAS 4.0.1 ...

This is a known issue. When you use StructClear with the Session structure
in CF 4.5.x, it deletes all of the contents of the Session - not just what
you put in. As an alternative, you can delete just the structure members
that you put in yourself. There's an article on this in the Allaire
knowledge base.

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

Reply via email to