Try putting the cflogin section into your Application.cfm to see if that fixes your problem.
In order for your login credentials to the be re-associated with a request, you must execute the cflogin tag on each request. When the cflogin tag executes, it will determine if the user has cached credentials, if not, then the body of the cflogin tag will be executed. If the cflogin tags see that there are cached credentials, then the body will not be executed and the login login will be avoided. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

