> Do you set this tag (cfapplication) on the fly in the middle 
> of your code somewhere or is this located in the Application.cfm 
> file?

I'd only set it once, in Application.cfm.

> Is it safe to set the Session.CFID and Session.CFTOKEN to "" 
> to knock them out?  Do they get regenerated and set to a new 
> value if you do?

I haven't tried to do this, but I'd guess that the server would probably get
pretty confused if you did. Rather than setting them to empty strings, you'd
be better off simply severing the connection between the client and the
server-side data by deleting the cookies.

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