php - How can I reset session when user navigates away from page? -


i've created a session keep track of user actions on specific page.

when user navigates away specific page (but still on same site), need reset session.

i can set set timer when session expires, that's not want.

how can reset session on page navigation?

just make resetting session first thing when loading new page.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -