Hye all,
I want to use session for a website in order to store datas between pages.
It is easy to open the session and register the object variable.
However, I can not control if a user goes out my website (which should destroy the session) and then come back (which should start a new session)
So, if a user goes out and then back, the variables will still exist and I do not know how to detect this case ...
Can someone help me ?