"Angelo Zanetti" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> is there ever a certain situation where you would have something at the
top
> of your page before session_start();? If so why would it be before
> session_start();?

I have a situation where I'm saving an object in session.  If I don't
include that class file before starting the session, it adds another
property to the object called (something like) UnDefined_Object.  Everything
else works fine, but just to get rid of that, I always include the class
file before starting the session.

  -- Rob

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to