Re: [PHP] Best way to store login data?

2002-06-14 Thread Pradeep Dsouza
June 15, 2002 10:39 AM Subject: [PHP] Best way to store login data? > I have a site with logins. I am planning to recode logins soon (right > now the username and password are stored in cookies with no encoding). > In your opinion, which of these is a better idea: > 1. Storing in two

Re: [PHP] Best way to store login data?

2002-06-14 Thread SenthilVelavan
. - Original Message - From: "Leif K-Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 15, 2002 10:39 AM Subject: [PHP] Best way to store login data? > I have a site with logins. I am planning to recode logins soon (right > now the username and pa

[PHP] Best way to store login data?

2002-06-14 Thread Leif K-Brooks
I have a site with logins. I am planning to recode logins soon (right now the username and password are stored in cookies with no encoding). In your opinion, which of these is a better idea: 1. Storing in two cookies with md5 encoding for the password 2. Use sessions 3. Store logins in a datab