i have a site, with many tabs , when i open any tab i want to get some data from session, but that data can’t be got without session_start(); and when i put session_start() , an exception thrown tell me that the session is already starts
this is the exception
A session had already been started - ignoring session_start()
You should check to see if the session is set before starting the session.