[ http://jira.magnolia.info/browse/MAGNOLIA-1608?page=all ]
Grégory Joseph resolved MAGNOLIA-1608.
--------------------------------------
Resolution: Fixed
available on svn.
To enable the listener, add the following to web.xml
<listener>
<listener-class>info.magnolia.debug.SessionDebugger</listener-class>
</listener>
To enable the filter, just register it in Magnolia's filter chain, ideally as
the first one.
Be careful, this logs A LOT (and in WARN mode, just to make sure it's really
annoying ;) )
> A simple tool to help debugging session issues
> ----------------------------------------------
>
> Key: MAGNOLIA-1608
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1608
> Project: Magnolia
> Issue Type: New Feature
> Components: core
> Reporter: Grégory Joseph
> Assigned To: Grégory Joseph
> Priority: Trivial
> Fix For: 3.1 M2
>
>
> A filter / session listener can sometimes be useful for debugging session
> issues.
> We'll just a simple implementation of such a tool, so it can be added in the
> filter chain and listeners when needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------