Hi,
I a project file i am using session_start() and i see this error
Notice: A session had already been started - ignoring session_start() in c:\inetpub\wwwroot\pfg\admintask.php on line 2
its working all okey but i don't want to see this message can we skip this error message or
Is thier way we can check before that session is already start or not as if i remove this (session_start()) i does't get session value's .