Hi,
Does anyone know of a good tutorial for authenticating a user using IMAP and storing the information "securely" in a session variable?
I have a script that currently authenticates successfully but the password needs to be stored in the session variable as plain text in order to do so. I'd prefer having the password stored as a one-way encrypted password and then using that to authenticate on each page.
Rob