Jump to content

How to check the status of a session without using session_start


jpotter

Recommended Posts

I need to check and see if a user's session is still alive or not without using session_start because I don't want the check to keep the session alive.  Is there any way to check the status without doing a session_start thus keeping the session alive?  I'm trying to check the status of the session and automatically take someone back to the login when their session ends without having to wait for them to try and do something else.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.