Hi Guys
I've built a Job Site and I want to prevent a user from
applying for the same job twice. Each record has a unique
identifier which is its PK from the database.
I was thinking of placing the ID in Cookie is this the best way?
and also how would I go about disabling an 'Apply' href link
if the job has been applied to before?
Any help would be great!
W