i'm guessing that u haven't made sure the very first thing is the session start...
<?
session_Start();
....rest of code....
?>
And if you are using a header file, make sure it comes before the header file.
<?
session_start();
include("header.php");
....rest of code....
?>
hope this helps!!!
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --