Hi Olaf,
Nice work on the access user class. Just a quick question/comment.
In the access user class should the cookie not get unset/expired in the logout method. In some testing I found if 'remember login' is true and the cookie is set it is not possible to log out (IE 7 anyway).
I didn't see anything in the file to unset the cookie. Thus I have added some code to expire the cookie in the logout method and all behaves as expected.
Thanks,
fergalfrog