It sounds like you are using 2 different cfapplication names in your site. Instead, why not just use 1 cfapplication with setClientCookies="Yes" and create a cfc to handle your authentication calls. Check out this helpful article: http://www.macromedia.com/devnet/mx/coldfusion/articles/cfc_practices.html
> I have an application where I store data in a cookie and in the same > page I have provided a link, which will redirect the user to a login > page. I am using <cflogin> to authenticate the user. Problem is after > user logs into the module cookie value set in the first page will be > lost. is there any property need to be set in <cfapplication> tag to > save the cookie value? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206570 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

