I knew it would be something as simple as this. The logout needs to be inside the directory with Application.cfc because you specify the loginstorage in Application.cfc. In there it specifies "session," but if the logout is outside that folder, Application.cfc doesn't run and the loginstorage defaults to cookie. So the logout looks in a different place and can't find it.
As for the back button, you need to stop the browser from caching pages by using cfheader tags to set immediate expiry, no-cache etc. This has been discussed recently on the list. On 8/10/06, Lewis Billingsley <[EMAIL PROTECTED]> wrote: > Ok, I put the logout file inside the directory that had application.cfm (with > forceuserlogin.cfm, and therefore the login framework). > > It works. Yes. Little thing like that; I should have tried it. Of course. > Obviously, it needs to be in the same directory as the login framwork. Maybe > I > thought it wouldn't make a difference because the login framework was somehow > tied to the session scope. I get the feeling that it is and it isn't. > > Anyway, it works. And I am very thankful. This has been making me crazy. > > One more thing: Is there a way to stay logged out when I hit the back button? > > >Yes. > > > >au/blog/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249391 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

