Hey, You often see a message that says "You are logged out because your session has ended" How do you check (in PHP) that the session has ended? Thanx
You can use session_id() to see if an id for current session exists. if not session has expired. regards