Multiple exe with php session

we have 2 different exe created. how can i open second from first exe and use php session and cookies of first in second exe

You could try to use the same path for the PHP session (configure it in the PHP.INI)
And to share data between apps, use the same Application GUID: