How to separate 2 PHP apps running on same server from using a common session
I have 2 separate PHP apps running on the same domain server: abc.com/demo & abc.com/live There is session_start() on almost every PHP page in both these apps. As soon as a single user interacts with the second app, the first…