just set error_reporting to E_ALL ^ E_NOTICE
it's just a notice, it's no big deal.
you can do this by placing this on top of EVERY page:
you could also edit your php.ini file: look for error_reporting and give it the value E_ALL ^ E_NOTICE
if you do want to use the NOTICE reportin use this code:
you might wonna read this page about sessions:
http://be2.php.net/manual/en/functio...n-register.php
Greetz,
UnrealEd