Hello,
I have a question about sessions in PHP. How can I test if a session is still active i.e. the session hasen't timed out whithout starting the session. Also, how can I destroy a session without starting it before?
I am programming a web site application with restricted access and I want to prevent that one and the same user has more than one session open at one time. The current SESSID is stored in the datbase and when the use performs any task that requires him/her to be logged in, the SESSID is checked with the SESSID in the user database.
Regards,
mark 🆒