For example , I open 01.php in firefox , open 02.php in google chrome ,
01.php create a shared memory segment , now I 01.php write a msg to this shared memory segment ,
and I want 02.php to access this shared memory segement and read the msg .
can it be successed ? And how to do ?
I only know that if use read-write file instead of use shared memory , it can be successed .