RE: Sessions and multiple windows

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> external medium: POST or GET variables, a SESSION, a database, or COOKIES.
> Of these, only the database is purely server-side; the session very nearly
> is, maintaining only the session id client-side; whilst GET, POST and
> COOKIES all involve a full round-trip to the client.  (On the client side,
> of course, you can use JavaScript to affect multiple windows, but that has
> nothing to do with server-side PHP.)

There is also the remote possibility that what you need here is "Shared
Memory"

http://php.net/shmget I believe.

NOTE:  This is NOT for the faint of heart to use.  There are some very
subtle and complex issues involved in shared memory, so unless it's the
ONLY way to do what you want, don't do it.

If two PHP scripts depend on each other that much, maybe they shouldn't be
different scripts. :-)

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux