Does anyone know how to log the time of the existence of a session variable?
Normally this is easy if there is a "logout" button... just detroy session then and note the difference in time.
But what if a user navigates away from the page, or even closes the browser?
Normally this is easy if there is a "logout" button... just detroy session then and note the difference in time.
But what if a user navigates away from the page, or even closes the browser?
Comment