My question is a bit broad as I'm not 100% sure if I am looking for the right thing - I'm sorry if this is not allowed, so any guidance on how to ask this question would be helpful.
I want to give a user a one time access link to a live video. They will enter a code which combined with the onetime link will allow them access.
Once entered, this code and link will no longer work for anyone else but they are entitled to watch the entire video so if for some reason they get disconnected I need some way of allowing them to reconnect - in the same browser. The session variable could also be lost or expire so I can't use this.
Is there something unique about browser I can store that I can use to let them back in but only if it's in exactly the same browser?