I got a couple of questions to those lol 
1. how you best terminate a session, currently I am using:
@session_unset();
@session_Destroy();
which for the lag of a better word really don't seem to work.
2. how do you best detect if there is an active session or not.
3. can you code to session timeouts?(run a function on session timeout.)
4. can you get the total number of sessions?

1. how you best terminate a session, currently I am using:
@session_unset();
@session_Destroy();
which for the lag of a better word really don't seem to work.
2. how do you best detect if there is an active session or not.
3. can you code to session timeouts?(run a function on session timeout.)
4. can you get the total number of sessions?
Comment