John, This page helped me allot.. http://www.coldfusionjedi.com/index.cfm/2007/11/29/ColdFusion-8-and-AjaxBased-Login For my purposes, I need to use the cf_layout (btw, there's now an actual cflayout tag, but I digress...) The rest help me integrate it into my existing site..
On Fri, Mar 6, 2009 at 2:40 AM, John Barrett <[email protected]> wrote: > > Hi, > I am still trying to get a login system working, I can't seem to get it. > > I am wondering is this correct for a logout.cfm? > > <!--- logout.cfm---> > <cflock scope="session" type="exclusive"> > <cfset StructClear(Session)> > </cflock> > <cflocation url="index.cfm"> > > Thanks, > John > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4427 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
