Re: [PHP] checking is session_start is already set

2003-06-11 Thread Leif K-Brooks
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 fr

[PHP] checking is session_start is already set

2003-06-11 Thread daniel
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