Technically, you could add the CFAPPLICATION tag to each and every page in order to use session management. That would be silly. A better solution would be to use CFINCLUDE. However, the best solution, in most cases, is Application.cfm|.cfc
Mike -----Original Message----- From: Seb Duggan [mailto:[email protected]] Sent: Monday, December 15, 2008 4:12 PM To: cf-talk Subject: Re: Re: Would anyone care to critique my approach/code to this login scheme? Out of interest, how are you enabling session variables if you're not using Application.cfm or .cfc? Just enabling them in the Administrator is not enough - you need to set sessionManagement=true either in your cfapplication tag in Application.cfm, or at the start of your Application.cfc... Seb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-talk/message.cfm/messageid:316784 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

