Markus Fischer wrote: > Hi, > > I think what you want can (and should) be done with shared > memory, ext/shmop . This way you exchange values as you want > (it's not tied to sessions in anyway, btw). >
Markus' method works nicely for single server It is recommended way. Try session_pgsql or srm if you need application level variables for sevral servers. For session_pgsql, you need serializable transaction isolation if you need strict consistency. Serializable tranzaction isolation would be bottle neck of performance, so use it with caution. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php