<? include "session.inc.php"; $s=new session(); $var=$s->get("var"); echo $var,"<br>\n"; // 'a thing' had to be seen.... ?>