Matt Monaco wrote:
Yes, I actually changed the destructors to handle the session as you indicated a few minutes after I posted, however I still have no clue as to why I would need to do a session_start() to get data from the session.
How else would php know you want session started? You can turn session.auto_start on, but then you don't have control over session parameters.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php