29-Oct-2020 03:58
Hi,
I'm looking for a way to terminate user session if he reload page.
Any hints appraciated.
09-Nov-2020 08:46
How about a cookie which contains a hash of the http request. If it matches the current request then it has been reloaded. Might have to consider timestamps etc but it seems like it might be possible