it all "looks" ok
>I've always just used sessionmanagement="Yes" in the cfapplicaiton tag and >never had an issue between domain aliases. > >If the form was submitted, > >Select info from db where username = form field and password = other form >field > >If there was a record, then session.auth.isloggiedin = true and any other >session info I need to use. > >Is that what you are doing basically? > >.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com > > > > >-----Original Message----- >From: Dave Watts [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 06, 2006 9:42 PM >To: CF-Talk >Subject: RE: login problem > > >If you're using cookies to manage your login, make sure they're available to >all hosts within the domain. If you're setting them yourself, use the DOMAIN >attribute of CFCOOKIE. If you're using CF session cookies (CFID/CFTOKEN, >JSESSIONID), use the SETDOMAINCOOKIES attribute of CFAPPLICATION or the >corresponding member variable within Application.cfc. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our training centers in Washington DC, Atlanta, >Chicago, Baltimore, Northern Virginia, or on-site at your location. >Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263106 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

