[nycphp-talk] NEW PHundamentals Question
jon baer
jonbaer at jonbaer.net
Wed Feb 11 05:27:02 EST 2004
well it's stored w/ the session id so its compared ...
i actually ended up using it in a publishing CMS for players on a hockey
team that wanted to be interviewed and to rate other players, they would
enter their email address + a key was generated w/ the link, and the table
was something like:
id int, session varchar(32), email varchar(50), priv_key varchar(32),
completed tinyint(1) default 0
so there were some comparisons to make sure the player was the actual player
taking the interview.
- jon
----- Original Message -----
From: "Jeff Siegel" <jsiegel1 at optonline.net>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Sent: Wednesday, February 11, 2004 5:10 AM
Subject: Re: [nycphp-talk] NEW PHundamentals Question
> What do you do on the "receiving" end, so to speak, to verify that the
> key you receive is the one that you generated?
>
> Jeff
More information about the talk
mailing list