nathan hruby - 2002-07-02

Logged In: YES
user_id=19736

What was the offending code that this problem arose? Did it
look like:

<?php
page_open(...);
something();
$sess->delete();
echo 'foo';
page_open();
?>

In that context I'm not sure if auto_init *should* be
re-executed.