I have two projects in the same server, their settings conflict in the "session.auto_start", related post. Can I have the session.auto_start "ON" despite the other project contains codes such as session_start()?
4 Answers
Comments
I think you have conflict not because of "session.auto_start" you just need to set individual session_name for each project.