I'm working on an app project where I need to verify if a client/user did something within a specific timespan (e.g. responded within 10 seconds). The problem is that - as it is an app - the client could have a very slow connection or even a disconnect within that time so I wouldn't like to check it with server side timestamps when the request comes in.
Is there a way to check if a client did something within a specific timespan?
I don't need a specific language implementation, I'll find one or port one if required.
(PS: Tags are quite hard to chose for this question, I hope I got some correct ones)