On my installation of Joomla 1.6, the jdump object ends up getting saved in the Joomla session table in the database via the JRegistry. Every time I queried my component via AJAX, the dump object grew and grew, and eventually overflowed the data column in the session table of the Joomla database. This caused Joomla sessions to become randomly logged out, or half-logged-out.
For the time being, as a workaround, I reduced the recursion option of jdump, and enlarged the Joomla session table's data column to a mediumtext.
On my installation of Joomla 1.6, the jdump object ends up getting saved in the Joomla session table in the database via the JRegistry. Every time I queried my component via AJAX, the dump object grew and grew, and eventually overflowed the data column in the session table of the Joomla database. This caused Joomla sessions to become randomly logged out, or half-logged-out.
For the time being, as a workaround, I reduced the recursion option of jdump, and enlarged the Joomla session table's data column to a mediumtext.