On 4/27/06, Sichta, Daniel <Daniel.Sichta@xxxxxxxxxxx> wrote: > Login.php > <? > // starting session here > require_once("include/init.inc"); and what's in that file - only the session related stuff..... If you pass the sessionid across does it work: .... <frame name="tree" src="menu.php?session_id=<?php echo SID; ?>" .... -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php