if(!session_id()){
//Session not started
}

[EMAIL PROTECTED] wrote:

dumb question but how can i check if i have loaded the session_start
function without actually checking for a particular session variable , i
need to know as to prevent it being called twise within my DB class which
is seperate from my authentication class where session_start is set so then
the DB class is independent from the authentication class and will start a
session if one isnt already made






-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to