I am wondering if subj is possible.
php-version 4.0.3pl1
a user obj created in a document and being available in another so that this something like this works...
document one
session_register("user");
$user->setName(foo);
link to document two
document two
session_register("user");
echo $user->name();
and foo appears