At 06:17 PM 2/18/2002 -0800, Phillip S. Baker wrote:
>I have a MyQSL back end.
>It houses a users user_name and password.
>
>I have a secure area of the site that I only want members to view.
>
>The way I have it now is that the user logs in.
>If user_name and password match cookies are set.
>
>Ea
> Okay Gents and Ladies,
>
> I am looking for more information on how best to do this.
>
> I have a MyQSL back end.
> It houses a users user_name and password.
>
> I have a secure area of the site that I only want members to view.
>
> The way I have it now is that the user logs in.
> If user_name
A way i've done things like this is to setup sessions, and
when a user logs in correctly, issue a randomly generated
value "id" and set that as a cookie. in the database,
there's a row "id" (same as the cookie) that holds the
user name and any other data that i might want to store.
Since none o
On Monday, February 18, 2002, at 09:17 PM, Phillip S. Baker wrote:
> Now first question is - how secure is this?
>
> Second question - what is a better more secure way to handle this. Then
> most importantly where do I get information on how to go about doing
> that?
> I know nothing about se
4 matches
Mail list logo