The latest update of the Access_user Class was focussed on a better security especially while usage on shared web hosts. Philp Olson noticed me about the problem of session storage on most of the shared hosting platforms.

I added to the class an external object which is based on a Zend tutorial, this way it was possible to solve this problem very quick. Further the password strings are encoded after the user has entered his password and submitted the string to the database. Also the password stored in the cookie is md5-encoded now.

I created for the existing user a list of all code updates in as special thread of the Access_user support forum.