You all have noticed Last visit feature on profile page of every user. Me being a web developer is curious that how this feature is implemented on CF. As per my knowledge, CF website doesn't send background data to server while user is solving some problem.
Does this feature rely on the last time when user visited CF or reloaded any CF page?
I am thinking to implement same feature in one of my project but I doesn't want to use Ajax or any Asynchronous requests. That's why I am trying get idea regarding this feature's implementation.