Hi

I need to run some code if a session has been started.  However, to do
this, I need to figure out IF the session has been started at all.

How can I do this?

Is checking for the count of elements in HTTP_SESSION_VARS the only
reliable way of doing this?  Like so?

<?php
if (0 < count($HTTP_SESSION_VARS)){
        // Do something since a session is already running
}
?>

Thanks,

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 3 days 3 hours 9 minutes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to