mathiasverraes / jdump

J!Dump is a very easy to use debugging extension for Joomla developers and template designers. Download links below.
http://twitter.com/mathiasverraes
43 stars 25 forks source link

Joomla 1.6 - dump object overflows JRegistry in database #8

Closed Cray0 closed 12 years ago

Cray0 commented 13 years ago

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.

mathiasverraes commented 12 years ago

closing, dropped support for j16 see https://github.com/mathiasverraes/jdump/pull/19