My question is can I search the session folder for:
cf4c4f6a8cffaf3334df48b6ea1d55e4 (or any other session id) to see if
that session still exists and is active, or if it is gone and doesn't
exist anymore? Can this be done? Please let me know if you have any
thoughts.
It can be done using the file series of functions.
The question is though, why? What passes that session id to you script and why do you need to check to see if the session is still valid or not? PHP automatically detects if a session is not longer valid ...
Can you explain more clearly why you want to do this? Maybe we can offer a better way of achieving what you are *really* trying to do :)
Jean-Christian Imbeault
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php