Re: [Wicket-user] Logging session contents

2007-08-01 Thread Eelco Hillenius
> 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

[Wicket-user] Logging session contents

2007-07-23 Thread Carlos Pita
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