I am having a similar problem. I am able to login, logout and then log back in with the same customer. But when I log in, perform some actions (ie Update Customer Profile) and then log out, then log back in with the same customer it will not let me login. My logout code is listed below:
Session.Abandon
Response.Redirect "index.html"
Is there anything I am missing? Is there anything with the ldb file?