Well I tried your suggestion and put -
<?php
chdir("/home/virtual/site72/fst/var/www/html/forum");
require('./global.php');
chdir("/home/virtual/site72/fst/var/www/html/gallery");
?>
At the very top of the file and got this error...
Warning: Cannot send session cache limiter - headers already sent (output started at /home/virtual/site72/fst/var/www/html/gallery/albums.php:7) in /home/virtual/site72/fst/var/www/html/gallery/session.php on line 51
Fatal error: Call to a member function on a non-object in /home/virtual/site72/fst/var/www/html/webwelcome.php on line 22
I've been playing around with it for quite a while, but still no luck. If you happen to think of anything else that might work please let me know and thank you very much for your help thus far.