>Yes use session management within the application. > ><CFSET SESSION.LOGGEDIN = TRUE> >
Setting a session variable will still set a cookie (containing the CFID/CFTOKEN) on the client's machine. If you want to eliminate all cookies from being set, set the setClientCookies="no" attribute in your cfapplication tag and manually pass around the CFID/CFTOKEN via the URL to maintain state, i.e., adding addToken="yes" to your cflocation tags, etc. Regards, Dave. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

