The documentation indicates 72 hours for a temporary session to last for an anonymous user. However, I’m showing the user unique ID on a page in the app and finding it change after only a few hours (or less). Based on the documentation I’m expecting it should be unchanged until it expires.
Am I missing something or is the documentation incorrect? Can anyone indicate how long a temporary user session will actually last?
I should also note that I’ve been specifically looking at this on a development branch so not sure if there’s potentially a difference between development and live app.
That is strange. I’ve not timed it specifically but 3 days is correct and what I’ve observed and read.
Are you 100% sure there is nothing else over writing the session, for example another session in another tab or browser window? This would be the easiest explanation.