> Hi all,
> how can I debug what is being stored into the session?
> Sometimes there are classes that are Serializable by other reasons than
> wicket session keeping and are silently serialized into the session.
> For non-serializable classes I get an exception when logging is at DEBUG
> level, but
Hi all,
how can I debug what is being stored into the session?
Sometimes there are classes that are Serializable by other reasons than
wicket session keeping and are silently serialized into the session.
For non-serializable classes I get an exception when logging is at DEBUG
level, but I would lik