in reply to Re: Hiding cookies from users
in thread Hiding cookies from users
Thanks for the response
I have to validate the password against the one stored in a flat file. (No database involved)
I am not sure of a better way to pass the encrypted password from one page to another other than cookies.
I tend to think that cookies are better than hidden fields or writing to temp file and retrieving the value each time.
Any suggestions?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Hiding cookies from users
by davido (Cardinal) on Jul 05, 2006 at 16:19 UTC | |
Re^3: Hiding cookies from users
by exussum0 (Vicar) on Jul 07, 2006 at 17:58 UTC |